From 3bc06b45f651f3c731d13075e45aebb19dc0d7e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jan 2015 13:19:10 +0100 Subject: php-pecl-mongo: 1.6.0 --- REFLECTION | 66 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 19 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 7831616..4fb4eb4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #171 mongo version 1.6.0RC3 ] { +Extension [ extension #170 mongo version 1.6.0 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -77,7 +77,7 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.0RC3 } + Constant [ string VERSION ] { 1.6.0 } 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.0RC3 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.6.0RC3 } + Constant [ string VERSION ] { 1.6.0 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -921,7 +921,7 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { - Properties [0] { } - - Methods [9] { + - Methods [11] { Method [ abstract public method batchSize ] { - Parameters [1] { @@ -948,6 +948,20 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { } } + Method [ abstract public method getReadPreference ] { + + - Parameters [0] { + } + } + + Method [ abstract public method setReadPreference ] { + + - Parameters [2] { + Parameter #0 [ $read_preference ] + Parameter #1 [ array $tags ] + } + } + Method [ abstract public method current ] { } @@ -1116,13 +1130,13 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { } } - Method [ public method getReadPreference ] { + Method [ public method getReadPreference ] { - Parameters [0] { } } - Method [ public method setReadPreference ] { + Method [ public method setReadPreference ] { - Parameters [2] { Parameter #0 [ $read_preference ] @@ -1130,16 +1144,16 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { } } - Method [ public method timeout ] { + Method [ final protected method doQuery ] { - - Parameters [1] { - Parameter #0 [ $timeoutMS ] + - Parameters [0] { } } - Method [ final protected method doQuery ] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $timeoutMS ] } } @@ -1222,7 +1236,7 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { - Properties [0] { } - - Methods [10] { + - Methods [12] { Method [ public method __construct ] { - Parameters [3] { @@ -1258,6 +1272,20 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { } } + Method [ public method getReadPreference ] { + + - Parameters [0] { + } + } + + Method [ public method setReadPreference ] { + + - Parameters [2] { + Parameter #0 [ $read_preference ] + Parameter #1 [ array $tags ] + } + } + Method [ public method current ] { - Parameters [0] { @@ -1762,13 +1790,13 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { } } - Method [ public method getReadPreference ] { + Method [ public method getReadPreference ] { - Parameters [0] { } } - Method [ public method setReadPreference ] { + Method [ public method setReadPreference ] { - Parameters [2] { Parameter #0 [ $read_preference ] @@ -1776,16 +1804,16 @@ Extension [ extension #171 mongo version 1.6.0RC3 ] { } } - Method [ public method timeout ] { + Method [ final protected method doQuery ] { - - Parameters [1] { - Parameter #0 [ $timeoutMS ] + - Parameters [0] { } } - Method [ final protected method doQuery ] { + Method [ public method timeout ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $timeoutMS ] } } -- cgit