From dc7ba069f8d78191921be0b09af4d59937090359 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 Feb 2018 10:31:58 +0100 Subject: cleanup --- REFLECTION-PHP7 | 238 -------------------------------------------------------- 1 file changed, 238 deletions(-) delete mode 100644 REFLECTION-PHP7 (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index 880e6b2..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,238 +0,0 @@ -Extension [ extension #62 mogilefs version 0.9.3.1 ] { - - - 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 [2] { - Parameter #0 [ $key ] - Parameter #1 [ $pathcount ] - } - } - - 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 implements Throwable ] { - - - 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