From 147fea03edc078c1ff7b4eb40981ced7a3878258 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2015 10:19:02 +0100 Subject: php-pecl-mongodb: 1.0.0RC0 --- REFLECTION | 238 +++++++++++++------------------------------------------------ 1 file changed, 48 insertions(+), 190 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e5b56d4..f53155c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 mongodb version 1.0.0beta2 ] { +Extension [ extension #126 mongodb version 1.0.0RC0 ] { - INI { Entry [ mongodb.debug ] @@ -7,7 +7,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.0.0beta2 } + Constant [ string MONGODB_VERSION ] { 1.0.0RC0 } Constant [ string MONGODB_STABILITY ] { beta } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } @@ -39,7 +39,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - - Classes [38] { + - Classes [36] { Class [ final class MongoDB\Driver\Command ] { - Constants [0] { @@ -164,7 +164,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [12] { + - Methods [9] { Method [ final public method __construct ] { - Parameters [3] { @@ -201,36 +201,6 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - Method [ final public method executeInsert ] { - - - Parameters [3] { - Parameter #0 [ $namespace ] - Parameter #1 [ $document ] - Parameter #2 [ MongoDB\Driver\WriteConcern or NULL $writeConcern ] - } - } - - Method [ final public method executeUpdate ] { - - - Parameters [5] { - Parameter #0 [ $namespace ] - Parameter #1 [ $zquery ] - Parameter #2 [ $newObj ] - Parameter #3 [ array or NULL $updateOptions ] - Parameter #4 [ MongoDB\Driver\WriteConcern or NULL $writeConcern ] - } - } - - Method [ final public method executeDelete ] { - - - Parameters [4] { - Parameter #0 [ $namespace ] - Parameter #1 [ $query ] - Parameter #2 [ array or NULL $deleteOptions ] - Parameter #3 [ MongoDB\Driver\WriteConcern or NULL $writeConcern ] - } - } - Method [ final public method getReadPreference ] { - Parameters [0] { @@ -474,7 +444,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $ordered ] + Parameter #0 [ array or NULL $options ] } } @@ -660,7 +630,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [13] { + - Methods [12] { Method [ final private method __construct ] { } @@ -694,12 +664,6 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - Method [ final public method getInfo ] { - - - Parameters [0] { - } - } - Method [ final public method getServer ] { - Parameters [0] { @@ -1095,7 +1059,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1152,7 +1116,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - Class [ class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { + Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1216,70 +1180,6 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - Class [ class MongoDB\Driver\Exception\WriteConcernException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $writeResult ] - } - - - Methods [11] { - Method [ final public method getWriteResult ] { - - - Parameters [0] { - } - } - - 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 ] { - } - } - } - Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { @@ -1344,71 +1244,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - Class [ final class MongoDB\Driver\Exception\DuplicateKeyException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $writeResult ] - } - - - Methods [11] { - Method [ final public method getWriteResult ] { - - - Parameters [0] { - } - } - - 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 ] { - } - } - } - - Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1465,7 +1301,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1617,7 +1453,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { } } - Class [ class MongoDB\BSON\Binary implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\BSON\Binary implements MongoDB\BSON\Type ] { - Constants [7] { Constant [ integer TYPE_GENERIC ] { 0 } @@ -1638,7 +1474,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { Method [ public method __construct ] { - Parameters [2] { @@ -1658,10 +1494,13 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Parameters [0] { } } + + Method [ public method __wakeUp ] { + } } } - Class [ class MongoDB\BSON\Javascript implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\BSON\Javascript implements MongoDB\BSON\Type ] { - Constants [0] { } @@ -1675,7 +1514,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [1] { + - Methods [2] { Method [ final public method __construct ] { - Parameters [2] { @@ -1683,10 +1522,13 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { Parameter #1 [ $scope ] } } + + Method [ public method __wakeUp ] { + } } } - Class [ class MongoDB\BSON\MaxKey implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\BSON\MaxKey implements MongoDB\BSON\Type ] { - Constants [0] { } @@ -1700,11 +1542,13 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ public method __wakeUp ] { + } } } - Class [ class MongoDB\BSON\MinKey implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\BSON\MinKey implements MongoDB\BSON\Type ] { - Constants [0] { } @@ -1718,11 +1562,13 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ public method __wakeUp ] { + } } } - Class [ class MongoDB\BSON\ObjectID implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\BSON\ObjectID implements MongoDB\BSON\Type ] { - Constants [0] { } @@ -1736,7 +1582,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [2] { + - Methods [3] { Method [ public method __construct ] { - Parameters [1] { @@ -1749,10 +1595,13 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Parameters [0] { } } + + Method [ public method __wakeUp ] { + } } } - Class [ class MongoDB\BSON\Regex implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\BSON\Regex implements MongoDB\BSON\Type ] { - Constants [0] { } @@ -1766,7 +1615,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [4] { + - Methods [5] { Method [ public method __construct ] { - Parameters [2] { @@ -1792,10 +1641,13 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Parameters [0] { } } + + Method [ public method __wakeUp ] { + } } } - Class [ class MongoDB\BSON\Timestamp implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\BSON\Timestamp implements MongoDB\BSON\Type ] { - Constants [0] { } @@ -1809,7 +1661,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [2] { + - Methods [3] { Method [ final public method __construct ] { - Parameters [2] { @@ -1823,10 +1675,13 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Parameters [0] { } } + + Method [ public method __wakeUp ] { + } } } - Class [ class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\Type ] { + Class [ final class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\Type ] { - Constants [0] { } @@ -1840,7 +1695,7 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { Method [ final public method __construct ] { - Parameters [1] { @@ -1859,6 +1714,9 @@ Extension [ extension #126 mongodb version 1.0.0beta2 ] { - Parameters [0] { } } + + Method [ public method __wakeUp ] { + } } } } -- cgit