From 653aebb1982164b31af8ab9070339a5a37d516cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Sep 2015 15:28:43 +0200 Subject: php-pecl-mogilefs: 0.9.2 - New package --- REFLECTION | 237 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..a249282 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,237 @@ +Extension [ extension #125 mogilefs version 0.9.2 ] { + + - Classes [2] { + Class [ class MogileFs ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method isInDebuggingMode ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [33] { + Method [ public method __construct ] { + } + + Method [ public method isConnected ] { + + - Parameters [0] { + } + } + + Method [ public method connect ] { + + - Parameters [4] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $domain ] + Parameter #3 [ $timeout ] + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getDomains ] { + + - Parameters [0] { + } + } + + Method [ public method fileInfo ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method listKeys ] { + } + + Method [ public method listFids ] { + } + + Method [ public method getHosts ] { + } + + Method [ public method getDevices ] { + } + + Method [ public method sleep ] { + + - Parameters [1] { + Parameter #0 [ $seconds ] + } + } + + Method [ public method stats ] { + } + + Method [ public method replicate ] { + } + + Method [ public method createDevice ] { + } + + Method [ public method createDomain ] { + } + + Method [ public method deleteDomain ] { + } + + Method [ public method createClass ] { + } + + Method [ public method updateClass ] { + } + + Method [ public method deleteClass ] { + } + + Method [ public method createHost ] { + } + + Method [ public method updateHost ] { + } + + Method [ public method deleteHost ] { + } + + Method [ public method setWeight ] { + } + + Method [ public method setState ] { + } + + Method [ public method checker ] { + } + + Method [ public method monitorRound ] { + } + + Method [ public method put ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $key ] + Parameter #2 [ $class ] + Parameter #3 [ $file_only ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method rename ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $destination ] + } + } + + Method [ public method setReadTimeout ] { + + - Parameters [1] { + Parameter #0 [ $readTimeout ] + } + } + + Method [ public method getReadTimeout ] { + + - Parameters [0] { + } + } + + Method [ public method disconnect ] { + + - Parameters [0] { + } + } + } + } + + Class [ class MogileFsException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + } +} + -- cgit