From 4b9b4cfffb8e725fca32e06c97445f78817dd7ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Dec 2015 14:13:15 +0100 Subject: php-pecl-solr2: upcoming 2.3.0 test build --- REFLECTION | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 60 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index feaed4a..8aaca0e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #198 solr version 2.2.1 ] { +Extension [ extension #197 solr version 2.3.0 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -7,9 +7,9 @@ Extension [ extension #198 solr version 2.2.1 ] { - Constants [4] { Constant [ integer SOLR_MAJOR_VERSION ] { 2 } - Constant [ integer SOLR_MINOR_VERSION ] { 2 } - Constant [ integer SOLR_PATCH_VERSION ] { 1 } - Constant [ string SOLR_EXTENSION_VERSION ] { 2.2.1 } + Constant [ integer SOLR_MINOR_VERSION ] { 3 } + Constant [ integer SOLR_PATCH_VERSION ] { 0 } + Constant [ string SOLR_EXTENSION_VERSION ] { 2.3.0 } } - Functions { @@ -106,7 +106,7 @@ Extension [ extension #198 solr version 2.2.1 ] { Property [ private $_hashtable_index ] } - - Methods [30] { + - Methods [33] { Method [ public method __construct ] { - Parameters [0] { @@ -300,6 +300,24 @@ Extension [ extension #198 solr version 2.2.1 ] { - Parameters [0] { } } + + Method [ public method getChildDocumentsCount ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildDocuments ] { + + - Parameters [0] { + } + } + + Method [ public method getChildDocuments ] { + + - Parameters [0] { + } + } } } @@ -356,7 +374,7 @@ Extension [ extension #198 solr version 2.2.1 ] { Property [ private $_hashtable_index ] } - - Methods [20] { + - Methods [25] { Method [ public method __construct ] { - Parameters [0] { @@ -484,6 +502,38 @@ Extension [ extension #198 solr version 2.2.1 ] { Parameter #1 [ $overwrite ] } } + + Method [ public method addChildDocument ] { + + - Parameters [1] { + Parameter #0 [ SolrInputDocument &$child ] + } + } + + Method [ public method getChildDocuments ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildDocuments ] { + + - Parameters [0] { + } + } + + Method [ public method getChildDocumentsCount ] { + + - Parameters [0] { + } + } + + Method [ public method &addChildDocuments ] { + + - Parameters [1] { + Parameter #0 [ array &$docs ] + } + } } } @@ -3981,7 +4031,7 @@ Extension [ extension #198 solr version 2.2.1 ] { Method [ public method setMax ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $max ] } } @@ -3994,7 +4044,7 @@ Extension [ extension #198 solr version 2.2.1 ] { Method [ public method setMin ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $min ] } } @@ -4007,7 +4057,7 @@ Extension [ extension #198 solr version 2.2.1 ] { Method [ public method setSize ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $size ] } } @@ -4020,7 +4070,7 @@ Extension [ extension #198 solr version 2.2.1 ] { Method [ public method setHint ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $hint ] } } -- cgit