diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 240 |
1 files changed, 196 insertions, 44 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { +Extension [ <persistent> extension #191 mongodb version 1.6.0alpha1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.5.3 } - Constant [ string MONGODB_STABILITY ] { stable } + Constant [ string MONGODB_VERSION ] { 1.6.0alpha1 } + Constant [ string MONGODB_STABILITY ] { alpha } } - Functions { @@ -70,7 +70,7 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { } } - - Classes [59] { + - Classes [60] { Interface [ <internal:mongodb> interface MongoDB\BSON\Type ] { - Constants [0] { @@ -1155,6 +1155,54 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { } } + Interface [ <internal:mongodb> interface MongoDB\Driver\CursorInterface extends Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:mongodb> abstract public method getId ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb> abstract public method getServer ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb> abstract public method isDead ] { + + - Parameters [0] { + } + } + + Method [ <internal:mongodb> abstract public method setTypeMap ] { + + - Parameters [1] { + Parameter #0 [ <required> array $typemap ] + } + } + + Method [ <internal:mongodb> abstract public method toArray ] { + + - Parameters [0] { + } + } + } + } + Class [ <internal:mongodb> final class MongoDB\Driver\BulkWrite implements Countable ] { - Constants [0] { @@ -1245,7 +1293,7 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { } } - Class [ <internal:mongodb> <iterateable> final class MongoDB\Driver\Cursor implements Traversable ] { + Class [ <internal:mongodb> <iterateable> final class MongoDB\Driver\Cursor implements MongoDB\Driver\CursorInterface, Traversable ] { - Constants [0] { } @@ -1260,32 +1308,32 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { } - Methods [7] { - Method [ <internal:mongodb> final public method setTypeMap ] { + Method [ <internal:mongodb, prototype MongoDB\Driver\CursorInterface> final public method setTypeMap ] { - Parameters [1] { Parameter #0 [ <required> array $typemap ] } } - Method [ <internal:mongodb> final public method toArray ] { + Method [ <internal:mongodb, prototype MongoDB\Driver\CursorInterface> final public method toArray ] { - Parameters [0] { } } - Method [ <internal:mongodb> final public method getId ] { + Method [ <internal:mongodb, prototype MongoDB\Driver\CursorInterface> final public method getId ] { - Parameters [0] { } } - Method [ <internal:mongodb> final public method getServer ] { + Method [ <internal:mongodb, prototype MongoDB\Driver\CursorInterface> final public method getServer ] { - Parameters [0] { } } - Method [ <internal:mongodb> final public method isDead ] { + Method [ <internal:mongodb, prototype MongoDB\Driver\CursorInterface> final public method isDead ] { - Parameters [0] { } @@ -1507,7 +1555,13 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:mongodb> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $properties ] + } + } } - Properties [0] { @@ -1556,7 +1610,13 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:mongodb> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $properties ] + } + } } - Properties [0] { @@ -1770,7 +1830,13 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Properties [0] { } - - Methods [11] { + - Methods [12] { + Method [ <internal:mongodb> final public method abortTransaction ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method advanceClusterTime ] { - Parameters [1] { @@ -1785,46 +1851,46 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { } } - Method [ <internal:mongodb> final public method getClusterTime ] { + Method [ <internal:mongodb> final public method commitTransaction ] { - Parameters [0] { } } - Method [ <internal:mongodb> final public method getLogicalSessionId ] { + Method [ <internal:mongodb> final public method endSession ] { - Parameters [0] { } } - Method [ <internal:mongodb> final public method getOperationTime ] { + Method [ <internal:mongodb> final public method getClusterTime ] { - Parameters [0] { } } - Method [ <internal:mongodb> final public method startTransaction ] { + Method [ <internal:mongodb> final public method getLogicalSessionId ] { - - Parameters [1] { - Parameter #0 [ <optional> $options ] + - Parameters [0] { } } - Method [ <internal:mongodb> final public method commitTransaction ] { + Method [ <internal:mongodb> final public method getOperationTime ] { - Parameters [0] { } } - Method [ <internal:mongodb> final public method abortTransaction ] { + Method [ <internal:mongodb> final public method isInTransaction ] { - Parameters [0] { } } - Method [ <internal:mongodb> final public method endSession ] { + Method [ <internal:mongodb> final public method startTransaction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $options ] } } @@ -1851,7 +1917,13 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:mongodb> static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ <required> array $properties ] + } + } } - Properties [0] { @@ -2117,14 +2189,22 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] } - - Methods [10] { + - Methods [11] { + Method [ <internal:mongodb> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2174,14 +2254,22 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] } - - Methods [10] { + - Methods [11] { + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2231,14 +2319,22 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] } - - Methods [10] { + - Methods [11] { + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2288,21 +2384,29 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] Property [ <default> protected $writeResult ] } - - Methods [11] { + - Methods [12] { Method [ <internal:mongodb> final public method getWriteResult ] { - Parameters [0] { } } + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2352,14 +2456,22 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] } - - Methods [10] { + - Methods [11] { + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2409,21 +2521,29 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] Property [ <default> protected $writeResult ] } - - Methods [11] { + - Methods [12] { Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\WriteException> final public method getWriteResult ] { - Parameters [0] { } } + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2473,21 +2593,29 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] Property [ <default> protected $resultDocument ] } - - Methods [11] { + - Methods [12] { Method [ <internal:mongodb> final public method getResultDocument ] { - Parameters [0] { } } + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2537,14 +2665,22 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] } - - Methods [10] { + - Methods [11] { + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2594,14 +2730,22 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] } - - Methods [10] { + - Methods [11] { + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { @@ -2765,14 +2909,22 @@ Extension [ <persistent> extension #190 mongodb version 1.5.3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> protected $message ] Property [ <default> protected $code ] Property [ <default> protected $file ] Property [ <default> protected $line ] + Property [ <default> protected $errorLabels ] } - - Methods [10] { + - Methods [11] { + Method [ <internal:mongodb, inherits MongoDB\Driver\Exception\RuntimeException> final public method hasErrorLabel ] { + + - Parameters [1] { + Parameter #0 [ <required> $label ] + } + } + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { |