summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
commitd65ee5e719d5c1ddbe5c41c8160c3b87354be983 (patch)
tree7bb7e47178a4df25b4b92e5c03641ba160b4ef03
parent6af8b95932f54f4bd1a53d507d5932682ba1aebd (diff)
php-pecl-*: add Reflection file
-rw-r--r--REFLECTION365
1 files changed, 365 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..7daf85c
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,365 @@
+Extension [ <persistent> extension #163 leveldb version 0.1.4 ] {
+
+ - Constants [2] {
+ Constant [ integer LEVELDB_NO_COMPRESSION ] { 0 }
+ Constant [ integer LEVELDB_SNAPPY_COMPRESSION ] { 1 }
+ }
+
+ - Classes [5] {
+ Class [ <internal:leveldb> class LevelDB ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:leveldb> static public method destroy ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:leveldb> static public method repair ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:leveldb, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $read_options ]
+ Parameter #3 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <optional> $read_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method set ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method put ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method delete ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method write ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $batch ]
+ Parameter #1 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method getProperty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method getApproximateSizes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $start ]
+ Parameter #1 [ <required> $limit ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method compactRange ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $start ]
+ Parameter #1 [ <required> $limit ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method getIterator ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method getSnapshot ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:leveldb> class LevelDBWriteBatch ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:leveldb, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $read_options ]
+ Parameter #3 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method set ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method put ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method delete ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <optional> $write_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method clear ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:leveldb> <iterateable> class LevelDBIterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [11] {
+ Method [ <internal:leveldb, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $db ]
+ Parameter #1 [ <optional> $read_options ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method last ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method prev ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method getError ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:leveldb> public method destroy ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:leveldb> class LevelDBSnapshot ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:leveldb, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $db ]
+ }
+ }
+
+ Method [ <internal:leveldb> public method release ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:leveldb> class LevelDBException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+ }
+}
+