From 047c1ba402076bbbde47c0f261de92132bc56fd7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Dec 2014 13:46:43 +0100 Subject: php-pecl-mongo: 1.6.0RC3 (beta) --- REFLECTION | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 95e0276..7831616 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #171 mongo version 1.6.0RC1 ] { +Extension [ extension #171 mongo version 1.6.0RC3 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.0RC1 } + Constant [ string VERSION ] { 1.6.0RC3 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -213,7 +213,7 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.0RC1 } + Constant [ string VERSION ] { 1.6.0RC3 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -437,7 +437,7 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { Property [ public $wtimeout ] } - - Methods [28] { + - Methods [29] { Method [ public method __construct ] { - Parameters [2] { @@ -569,6 +569,13 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { } } + Method [ public method getCollectionInfo ] { + + - Parameters [1] { + Parameter #0 [ $includeSystemCollections ] + } + } + Method [ public method createDBRef ] { - Parameters [2] { @@ -914,7 +921,7 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ abstract public method batchSize ] { - Parameters [1] { @@ -934,6 +941,13 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { } } + Method [ abstract public method timeout ] { + + - Parameters [1] { + Parameter #0 [ $timeoutMS ] + } + } + Method [ abstract public method current ] { } @@ -1116,7 +1130,11 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { } } - Method [ public method timeout ] { + Method [ public method timeout ] { + + - Parameters [1] { + Parameter #0 [ $timeoutMS ] + } } Method [ final protected method doQuery ] { @@ -1204,7 +1222,7 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -1221,6 +1239,13 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { } } + Method [ public method timeout ] { + + - Parameters [1] { + Parameter #0 [ $timeoutMS ] + } + } + Method [ public method info ] { - Parameters [0] { @@ -1751,7 +1776,11 @@ Extension [ extension #171 mongo version 1.6.0RC1 ] { } } - Method [ public method timeout ] { + Method [ public method timeout ] { + + - Parameters [1] { + Parameter #0 [ $timeoutMS ] + } } Method [ final protected method doQuery ] { -- cgit