diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-06-24 15:41:27 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-06-24 15:41:27 +0200 | 
| commit | 76657ddbd0bb28128a83ea3657c4b1600a966e0e (patch) | |
| tree | 192da11b5bf1a1ac1f910a611e1fb5e012027ed4 /REFLECTION | |
| parent | e097a144821bfea29084791556d66f6c669bc19c (diff) | |
php-pecl-solr2: 2.0.0
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 80 | 
1 files changed, 75 insertions, 5 deletions
@@ -1,15 +1,15 @@ -Extension [ <persistent> extension #161 solr version 2.0.0b ] { +Extension [ <persistent> 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 [ <persistent> extension #161 solr version 2.0.0b ] {      }    } -  - Classes [18] { +  - Classes [19] {      Class [ <internal:solr> final class SolrObject implements ArrayAccess ] {        - Constants [0] { @@ -2592,7 +2592,7 @@ Extension [ <persistent> extension #161 solr version 2.0.0b ] {        - Static properties [0] {        } -      - Static methods [4] { +      - Static methods [5] {          Method [ <internal:solr> static public method escapeQueryChars ] {            - Parameters [1] { @@ -2615,6 +2615,13 @@ Extension [ <persistent> extension #161 solr version 2.0.0b ] {            }          } +        Method [ <internal:solr> static public method digestJsonResponse ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $jsonResponse ] +          } +        } +          Method [ <internal:solr> static public method getSolrVersion ] {            - Parameters [0] { @@ -2880,6 +2887,69 @@ Extension [ <persistent> extension #161 solr version 2.0.0b ] {          }        }      } + +    Class [ <internal:solr> class SolrServerException extends SolrException ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [7] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +        Property [ <default> protected $sourceline ] +        Property [ <default> protected $sourcefile ] +        Property [ <default> protected $zif_name ] +      } + +      - Methods [10] { +        Method [ <internal:solr, overwrites SolrException, prototype SolrException> public method getInternalInfo ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception> public method __toString ] { +        } +      } +    }    }  }  | 
