From 76657ddbd0bb28128a83ea3657c4b1600a966e0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Jun 2014 15:41:27 +0200 Subject: php-pecl-solr2: 2.0.0 --- REFLECTION | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 75 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a920866..4c94fa0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,15 +1,15 @@ -Extension [ extension #161 solr version 2.0.0b ] { +Extension [ extension #169 solr version 2.0.0 ] { - Dependencies { - Dependency [ curl (Required) ] Dependency [ libxml (Required) ] + Dependency [ json (Required) ] } - Constants [4] { Constant [ integer SOLR_MAJOR_VERSION ] { 2 } Constant [ integer SOLR_MINOR_VERSION ] { 0 } Constant [ integer SOLR_PATCH_VERSION ] { 0 } - Constant [ string SOLR_EXTENSION_VERSION ] { 2.0.0b } + Constant [ string SOLR_EXTENSION_VERSION ] { 2.0.0 } } - Functions { @@ -20,7 +20,7 @@ Extension [ extension #161 solr version 2.0.0b ] { } } - - Classes [18] { + - Classes [19] { Class [ final class SolrObject implements ArrayAccess ] { - Constants [0] { @@ -2592,7 +2592,7 @@ Extension [ extension #161 solr version 2.0.0b ] { - Static properties [0] { } - - Static methods [4] { + - Static methods [5] { Method [ static public method escapeQueryChars ] { - Parameters [1] { @@ -2615,6 +2615,13 @@ Extension [ extension #161 solr version 2.0.0b ] { } } + Method [ static public method digestJsonResponse ] { + + - Parameters [1] { + Parameter #0 [ $jsonResponse ] + } + } + Method [ static public method getSolrVersion ] { - Parameters [0] { @@ -2880,6 +2887,69 @@ Extension [ extension #161 solr version 2.0.0b ] { } } } + + Class [ class SolrServerException extends SolrException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $sourceline ] + Property [ protected $sourcefile ] + Property [ protected $zif_name ] + } + + - Methods [10] { + Method [ public method getInternalInfo ] { + + - Parameters [0] { + } + } + + Method [ method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + 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 ] { + } + } + } } } -- cgit