@@ -14,14 +14,14 @@ |
||
14 | 14 | */ |
15 | 15 | class SolrServerException extends SolrException |
16 | 16 | { |
17 | - /** |
|
18 | - * (PECL solr >= 1.1.0, >=2.0.0)<br/> |
|
19 | - * Returns internal information where the Exception was thrown |
|
20 | - * @link https://php.net/manual/en/solrserverexception.getinternalinfo.php |
|
21 | - * @return array <p> |
|
22 | - * Returns an array containing internal information where the error was thrown. Used only for debugging by extension |
|
23 | - * developers. |
|
24 | - * </p> |
|
25 | - */ |
|
26 | - public function getInternalInfo() {} |
|
17 | + /** |
|
18 | + * (PECL solr >= 1.1.0, >=2.0.0)<br/> |
|
19 | + * Returns internal information where the Exception was thrown |
|
20 | + * @link https://php.net/manual/en/solrserverexception.getinternalinfo.php |
|
21 | + * @return array <p> |
|
22 | + * Returns an array containing internal information where the error was thrown. Used only for debugging by extension |
|
23 | + * developers. |
|
24 | + * </p> |
|
25 | + */ |
|
26 | + public function getInternalInfo() {} |
|
27 | 27 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * An exception thrown when there is an error produced by the Solr Server itself. |
13 | 13 | * @link https://php.net/manual/en/class.solrserverexception.php |
14 | 14 | */ |
15 | -class SolrServerException extends SolrException |
|
16 | -{ |
|
15 | +class SolrServerException extends SolrException { |
|
17 | 16 | /** |
18 | 17 | * (PECL solr >= 1.1.0, >=2.0.0)<br/> |
19 | 18 | * Returns internal information where the Exception was thrown |
@@ -14,23 +14,23 @@ |
||
14 | 14 | */ |
15 | 15 | class SolrException extends Exception |
16 | 16 | { |
17 | - /** @var int The line in c-space source file where exception was generated */ |
|
18 | - protected $sourceline; |
|
17 | + /** @var int The line in c-space source file where exception was generated */ |
|
18 | + protected $sourceline; |
|
19 | 19 | |
20 | - /** @var string The c-space source file where exception was generated */ |
|
21 | - protected $sourcefile; |
|
20 | + /** @var string The c-space source file where exception was generated */ |
|
21 | + protected $sourcefile; |
|
22 | 22 | |
23 | - /** @var string The c-space function where exception was generated */ |
|
24 | - protected $zif_name; |
|
23 | + /** @var string The c-space function where exception was generated */ |
|
24 | + protected $zif_name; |
|
25 | 25 | |
26 | - /** |
|
27 | - * (PECL solr >= 0.9.2)<br/> |
|
28 | - * Returns internal information where the Exception was thrown |
|
29 | - * @link https://php.net/manual/en/solrexception.getinternalinfo.php |
|
30 | - * @return array <p> |
|
31 | - * Returns an array containing internal information where the error was thrown. Used only for debugging by extension |
|
32 | - * developers. |
|
33 | - * </p> |
|
34 | - */ |
|
35 | - public function getInternalInfo() {} |
|
26 | + /** |
|
27 | + * (PECL solr >= 0.9.2)<br/> |
|
28 | + * Returns internal information where the Exception was thrown |
|
29 | + * @link https://php.net/manual/en/solrexception.getinternalinfo.php |
|
30 | + * @return array <p> |
|
31 | + * Returns an array containing internal information where the error was thrown. Used only for debugging by extension |
|
32 | + * developers. |
|
33 | + * </p> |
|
34 | + */ |
|
35 | + public function getInternalInfo() {} |
|
36 | 36 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * This is the base class for all exception thrown by the Solr extension classes. |
13 | 13 | * @link https://php.net/manual/en/class.solrexception.php |
14 | 14 | */ |
15 | -class SolrException extends Exception |
|
16 | -{ |
|
15 | +class SolrException extends Exception { |
|
17 | 16 | /** @var int The line in c-space source file where exception was generated */ |
18 | 17 | protected $sourceline; |
19 | 18 |
@@ -14,14 +14,14 @@ |
||
14 | 14 | */ |
15 | 15 | class SolrClientException extends SolrException |
16 | 16 | { |
17 | - /** |
|
18 | - * (PECL solr >= 0.9.2)<br/> |
|
19 | - * Returns internal information where the Exception was thrown |
|
20 | - * @link https://php.net/manual/en/solrclientexception.getinternalinfo.php |
|
21 | - * @return array <p> |
|
22 | - * Returns an array containing internal information where the error was thrown. Used only for debugging by extension |
|
23 | - * developers. |
|
24 | - * </p> |
|
25 | - */ |
|
26 | - public function getInternalInfo() {} |
|
17 | + /** |
|
18 | + * (PECL solr >= 0.9.2)<br/> |
|
19 | + * Returns internal information where the Exception was thrown |
|
20 | + * @link https://php.net/manual/en/solrclientexception.getinternalinfo.php |
|
21 | + * @return array <p> |
|
22 | + * Returns an array containing internal information where the error was thrown. Used only for debugging by extension |
|
23 | + * developers. |
|
24 | + * </p> |
|
25 | + */ |
|
26 | + public function getInternalInfo() {} |
|
27 | 27 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * An exception thrown when there is an error while making a request to the server from the client. |
13 | 13 | * @link https://php.net/manual/en/class.solrclientexception.php |
14 | 14 | */ |
15 | -class SolrClientException extends SolrException |
|
16 | -{ |
|
15 | +class SolrClientException extends SolrException { |
|
17 | 16 | /** |
18 | 17 | * (PECL solr >= 0.9.2)<br/> |
19 | 18 | * Returns internal information where the Exception was thrown |
@@ -14,14 +14,14 @@ |
||
14 | 14 | */ |
15 | 15 | class SolrIllegalOperationException extends SolrException |
16 | 16 | { |
17 | - /** |
|
18 | - * (PECL solr >= 0.9.2)<br/> |
|
19 | - * Returns internal information where the Exception was thrown |
|
20 | - * @link https://php.net/manual/en/solrillegaloperationexception.getinternalinfo.php |
|
21 | - * @return array <p> |
|
22 | - * Returns an array containing internal information where the error was thrown. Used only for debugging by extension |
|
23 | - * developers. |
|
24 | - * </p> |
|
25 | - */ |
|
26 | - public function getInternalInfo() {} |
|
17 | + /** |
|
18 | + * (PECL solr >= 0.9.2)<br/> |
|
19 | + * Returns internal information where the Exception was thrown |
|
20 | + * @link https://php.net/manual/en/solrillegaloperationexception.getinternalinfo.php |
|
21 | + * @return array <p> |
|
22 | + * Returns an array containing internal information where the error was thrown. Used only for debugging by extension |
|
23 | + * developers. |
|
24 | + * </p> |
|
25 | + */ |
|
26 | + public function getInternalInfo() {} |
|
27 | 27 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * This object is thrown when an illegal or unsupported operation is performed on an object. |
13 | 13 | * @link https://php.net/manual/en/class.solrillegaloperationexception.php |
14 | 14 | */ |
15 | -class SolrIllegalOperationException extends SolrException |
|
16 | -{ |
|
15 | +class SolrIllegalOperationException extends SolrException { |
|
17 | 16 | /** |
18 | 17 | * (PECL solr >= 0.9.2)<br/> |
19 | 18 | * Returns internal information where the Exception was thrown |
@@ -14,17 +14,17 @@ |
||
14 | 14 | */ |
15 | 15 | final class SolrUpdateResponse extends SolrResponse |
16 | 16 | { |
17 | - /** |
|
18 | - * (PECL solr >= 0.9.2)<br/> |
|
19 | - * SolrUpdateResponse constructor. |
|
20 | - * @link https://php.net/manual/en/solrupdateresponse.construct.php |
|
21 | - */ |
|
22 | - public function __construct() {} |
|
17 | + /** |
|
18 | + * (PECL solr >= 0.9.2)<br/> |
|
19 | + * SolrUpdateResponse constructor. |
|
20 | + * @link https://php.net/manual/en/solrupdateresponse.construct.php |
|
21 | + */ |
|
22 | + public function __construct() {} |
|
23 | 23 | |
24 | - /** |
|
25 | - * (PECL solr >= 0.9.2)<br/> |
|
26 | - * Destructor |
|
27 | - * @link https://php.net/manual/en/solrupdateresponse.destruct.php |
|
28 | - */ |
|
29 | - public function __destruct() {} |
|
24 | + /** |
|
25 | + * (PECL solr >= 0.9.2)<br/> |
|
26 | + * Destructor |
|
27 | + * @link https://php.net/manual/en/solrupdateresponse.destruct.php |
|
28 | + */ |
|
29 | + public function __destruct() {} |
|
30 | 30 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * This class represents a response to an update request. |
13 | 13 | * @link https://php.net/manual/en/class.solrupdateresponse.php |
14 | 14 | */ |
15 | -final class SolrUpdateResponse extends SolrResponse |
|
16 | -{ |
|
15 | +final class SolrUpdateResponse extends SolrResponse { |
|
17 | 16 | /** |
18 | 17 | * (PECL solr >= 0.9.2)<br/> |
19 | 18 | * SolrUpdateResponse constructor. |
@@ -14,153 +14,153 @@ |
||
14 | 14 | */ |
15 | 15 | abstract class SolrResponse |
16 | 16 | { |
17 | - /** @var int Documents should be parsed as SolrObject instances */ |
|
18 | - public const PARSE_SOLR_OBJ = 0; |
|
19 | - |
|
20 | - /** @var int Documents should be parsed as SolrDocument instances. */ |
|
21 | - public const PARSE_SOLR_DOC = 1; |
|
22 | - |
|
23 | - /** @var int The http status of the response. */ |
|
24 | - protected $http_status; |
|
25 | - |
|
26 | - /** @var int Whether to parse the solr documents as SolrObject or SolrDocument instances. */ |
|
27 | - protected $parser_mode; |
|
28 | - |
|
29 | - /** @var bool Was there an error during the request */ |
|
30 | - protected $success; |
|
31 | - |
|
32 | - /** @var string Detailed message on http status */ |
|
33 | - protected $http_status_message; |
|
34 | - |
|
35 | - /** @var string The request URL */ |
|
36 | - protected $http_request_url; |
|
37 | - |
|
38 | - /** @var string A string of raw headers sent during the request. */ |
|
39 | - protected $http_raw_request_headers; |
|
40 | - |
|
41 | - /** @var string The raw request sent to the server */ |
|
42 | - protected $http_raw_request; |
|
43 | - |
|
44 | - /** @var string Response headers from the Solr server. */ |
|
45 | - protected $http_raw_response_headers; |
|
46 | - |
|
47 | - /** @var string The response message from the server. */ |
|
48 | - protected $http_raw_response; |
|
49 | - |
|
50 | - /** @var string The response in PHP serialized format. */ |
|
51 | - protected $http_digested_response; |
|
52 | - |
|
53 | - /** |
|
54 | - * (PECL solr >= 0.9.2)<br/> |
|
55 | - * Returns the XML response as serialized PHP data |
|
56 | - * @link https://php.net/manual/en/solrresponse.getdigestedresponse.php |
|
57 | - * @return string <p> |
|
58 | - * Returns the XML response as serialized PHP data |
|
59 | - * </p> |
|
60 | - */ |
|
61 | - public function getDigestedResponse() {} |
|
62 | - |
|
63 | - /** |
|
64 | - * (PECL solr >= 0.9.2)<br/> |
|
65 | - * Returns the HTTP status of the response |
|
66 | - * @link https://php.net/manual/en/solrresponse.gethttpstatus.php |
|
67 | - * @return int <p> |
|
68 | - * Returns the HTTP status of the response. |
|
69 | - * </p> |
|
70 | - */ |
|
71 | - public function getHttpStatus() {} |
|
72 | - |
|
73 | - /** |
|
74 | - * (PECL solr >= 0.9.2)<br/> |
|
75 | - * Returns more details on the HTTP status |
|
76 | - * @link https://php.net/manual/en/solrresponse.gethttpstatusmessage.php |
|
77 | - * @return string <p> |
|
78 | - * Returns more details on the HTTP status |
|
79 | - * </p> |
|
80 | - */ |
|
81 | - public function getHttpStatusMessage() {} |
|
82 | - |
|
83 | - /** |
|
84 | - * (PECL solr >= 0.9.2)<br/> |
|
85 | - * Returns the raw request sent to the Solr server |
|
86 | - * @link https://php.net/manual/en/solrresponse.getrawrequest.php |
|
87 | - * @return string <p> |
|
88 | - * Returns the raw request sent to the Solr server |
|
89 | - * </p> |
|
90 | - */ |
|
91 | - public function getRawRequest() {} |
|
92 | - |
|
93 | - /** |
|
94 | - * (PECL solr >= 0.9.2)<br/> |
|
95 | - * Returns the raw request headers sent to the Solr server |
|
96 | - * @link https://php.net/manual/en/solrresponse.getrawrequestheaders.php |
|
97 | - * @return string <p> |
|
98 | - * Returns the raw request headers sent to the Solr server |
|
99 | - * </p> |
|
100 | - */ |
|
101 | - public function getRawRequestHeaders() {} |
|
102 | - |
|
103 | - /** |
|
104 | - * (PECL solr >= 0.9.2)<br/> |
|
105 | - * Returns the raw response from the server |
|
106 | - * @link https://php.net/manual/en/solrresponse.getrawresponse.php |
|
107 | - * @return string <p> |
|
108 | - * Returns the raw response from the server. |
|
109 | - * </p> |
|
110 | - */ |
|
111 | - public function getRawResponse() {} |
|
112 | - |
|
113 | - /** |
|
114 | - * (PECL solr >= 0.9.2)<br/> |
|
115 | - * Returns the raw response headers from the server |
|
116 | - * @link https://php.net/manual/en/solrresponse.getrawresponseheaders.php |
|
117 | - * @return string <p> |
|
118 | - * Returns the raw response headers from the server. |
|
119 | - * </p> |
|
120 | - */ |
|
121 | - public function getRawResponseHeaders() {} |
|
122 | - |
|
123 | - /** |
|
124 | - * (PECL solr >= 0.9.2)<br/> |
|
125 | - * Returns the full URL the request was sent to |
|
126 | - * @link https://php.net/manual/en/solrresponse.getrequesturl.php |
|
127 | - * @return string <p> |
|
128 | - * Returns the full URL the request was sent to |
|
129 | - * </p> |
|
130 | - */ |
|
131 | - public function getRequestUrl() {} |
|
132 | - |
|
133 | - /** |
|
134 | - * (PECL solr >= 0.9.2)<br/> |
|
135 | - * Returns a SolrObject representing the XML response from the server |
|
136 | - * @link https://php.net/manual/en/solrresponse.getresponse.php |
|
137 | - * @return SolrObject <p> |
|
138 | - * Returns a SolrObject representing the XML response from the server |
|
139 | - * </p> |
|
140 | - */ |
|
141 | - public function getResponse() {} |
|
142 | - |
|
143 | - /** |
|
144 | - * (PECL solr >= 0.9.2)<br/> |
|
145 | - * Sets the parse mode |
|
146 | - * @link https://php.net/manual/en/solrresponse.setparsemode.php |
|
147 | - * @param int $parser_mode <ul> |
|
148 | - * <li>SolrResponse::PARSE_SOLR_DOC parses documents in SolrDocument instances. </li> |
|
149 | - * <li>SolrResponse::PARSE_SOLR_OBJ parses document into SolrObjects.</li> |
|
150 | - * </ul> |
|
151 | - * @return bool <p> |
|
152 | - * Returns <b>TRUE</b> on success or <b>FALSE</b> on failure. |
|
153 | - * </p> |
|
154 | - */ |
|
155 | - public function setParseMode($parser_mode = 0) {} |
|
156 | - |
|
157 | - /** |
|
158 | - * (PECL solr >= 0.9.2)<br/> |
|
159 | - * Was the request a success |
|
160 | - * @link https://php.net/manual/en/solrresponse.success.php |
|
161 | - * @return bool <p> |
|
162 | - * Returns <b>TRUE</b> if it was successful and <b>FALSE</b> if it was not. |
|
163 | - * </p> |
|
164 | - */ |
|
165 | - public function success() {} |
|
17 | + /** @var int Documents should be parsed as SolrObject instances */ |
|
18 | + public const PARSE_SOLR_OBJ = 0; |
|
19 | + |
|
20 | + /** @var int Documents should be parsed as SolrDocument instances. */ |
|
21 | + public const PARSE_SOLR_DOC = 1; |
|
22 | + |
|
23 | + /** @var int The http status of the response. */ |
|
24 | + protected $http_status; |
|
25 | + |
|
26 | + /** @var int Whether to parse the solr documents as SolrObject or SolrDocument instances. */ |
|
27 | + protected $parser_mode; |
|
28 | + |
|
29 | + /** @var bool Was there an error during the request */ |
|
30 | + protected $success; |
|
31 | + |
|
32 | + /** @var string Detailed message on http status */ |
|
33 | + protected $http_status_message; |
|
34 | + |
|
35 | + /** @var string The request URL */ |
|
36 | + protected $http_request_url; |
|
37 | + |
|
38 | + /** @var string A string of raw headers sent during the request. */ |
|
39 | + protected $http_raw_request_headers; |
|
40 | + |
|
41 | + /** @var string The raw request sent to the server */ |
|
42 | + protected $http_raw_request; |
|
43 | + |
|
44 | + /** @var string Response headers from the Solr server. */ |
|
45 | + protected $http_raw_response_headers; |
|
46 | + |
|
47 | + /** @var string The response message from the server. */ |
|
48 | + protected $http_raw_response; |
|
49 | + |
|
50 | + /** @var string The response in PHP serialized format. */ |
|
51 | + protected $http_digested_response; |
|
52 | + |
|
53 | + /** |
|
54 | + * (PECL solr >= 0.9.2)<br/> |
|
55 | + * Returns the XML response as serialized PHP data |
|
56 | + * @link https://php.net/manual/en/solrresponse.getdigestedresponse.php |
|
57 | + * @return string <p> |
|
58 | + * Returns the XML response as serialized PHP data |
|
59 | + * </p> |
|
60 | + */ |
|
61 | + public function getDigestedResponse() {} |
|
62 | + |
|
63 | + /** |
|
64 | + * (PECL solr >= 0.9.2)<br/> |
|
65 | + * Returns the HTTP status of the response |
|
66 | + * @link https://php.net/manual/en/solrresponse.gethttpstatus.php |
|
67 | + * @return int <p> |
|
68 | + * Returns the HTTP status of the response. |
|
69 | + * </p> |
|
70 | + */ |
|
71 | + public function getHttpStatus() {} |
|
72 | + |
|
73 | + /** |
|
74 | + * (PECL solr >= 0.9.2)<br/> |
|
75 | + * Returns more details on the HTTP status |
|
76 | + * @link https://php.net/manual/en/solrresponse.gethttpstatusmessage.php |
|
77 | + * @return string <p> |
|
78 | + * Returns more details on the HTTP status |
|
79 | + * </p> |
|
80 | + */ |
|
81 | + public function getHttpStatusMessage() {} |
|
82 | + |
|
83 | + /** |
|
84 | + * (PECL solr >= 0.9.2)<br/> |
|
85 | + * Returns the raw request sent to the Solr server |
|
86 | + * @link https://php.net/manual/en/solrresponse.getrawrequest.php |
|
87 | + * @return string <p> |
|
88 | + * Returns the raw request sent to the Solr server |
|
89 | + * </p> |
|
90 | + */ |
|
91 | + public function getRawRequest() {} |
|
92 | + |
|
93 | + /** |
|
94 | + * (PECL solr >= 0.9.2)<br/> |
|
95 | + * Returns the raw request headers sent to the Solr server |
|
96 | + * @link https://php.net/manual/en/solrresponse.getrawrequestheaders.php |
|
97 | + * @return string <p> |
|
98 | + * Returns the raw request headers sent to the Solr server |
|
99 | + * </p> |
|
100 | + */ |
|
101 | + public function getRawRequestHeaders() {} |
|
102 | + |
|
103 | + /** |
|
104 | + * (PECL solr >= 0.9.2)<br/> |
|
105 | + * Returns the raw response from the server |
|
106 | + * @link https://php.net/manual/en/solrresponse.getrawresponse.php |
|
107 | + * @return string <p> |
|
108 | + * Returns the raw response from the server. |
|
109 | + * </p> |
|
110 | + */ |
|
111 | + public function getRawResponse() {} |
|
112 | + |
|
113 | + /** |
|
114 | + * (PECL solr >= 0.9.2)<br/> |
|
115 | + * Returns the raw response headers from the server |
|
116 | + * @link https://php.net/manual/en/solrresponse.getrawresponseheaders.php |
|
117 | + * @return string <p> |
|
118 | + * Returns the raw response headers from the server. |
|
119 | + * </p> |
|
120 | + */ |
|
121 | + public function getRawResponseHeaders() {} |
|
122 | + |
|
123 | + /** |
|
124 | + * (PECL solr >= 0.9.2)<br/> |
|
125 | + * Returns the full URL the request was sent to |
|
126 | + * @link https://php.net/manual/en/solrresponse.getrequesturl.php |
|
127 | + * @return string <p> |
|
128 | + * Returns the full URL the request was sent to |
|
129 | + * </p> |
|
130 | + */ |
|
131 | + public function getRequestUrl() {} |
|
132 | + |
|
133 | + /** |
|
134 | + * (PECL solr >= 0.9.2)<br/> |
|
135 | + * Returns a SolrObject representing the XML response from the server |
|
136 | + * @link https://php.net/manual/en/solrresponse.getresponse.php |
|
137 | + * @return SolrObject <p> |
|
138 | + * Returns a SolrObject representing the XML response from the server |
|
139 | + * </p> |
|
140 | + */ |
|
141 | + public function getResponse() {} |
|
142 | + |
|
143 | + /** |
|
144 | + * (PECL solr >= 0.9.2)<br/> |
|
145 | + * Sets the parse mode |
|
146 | + * @link https://php.net/manual/en/solrresponse.setparsemode.php |
|
147 | + * @param int $parser_mode <ul> |
|
148 | + * <li>SolrResponse::PARSE_SOLR_DOC parses documents in SolrDocument instances. </li> |
|
149 | + * <li>SolrResponse::PARSE_SOLR_OBJ parses document into SolrObjects.</li> |
|
150 | + * </ul> |
|
151 | + * @return bool <p> |
|
152 | + * Returns <b>TRUE</b> on success or <b>FALSE</b> on failure. |
|
153 | + * </p> |
|
154 | + */ |
|
155 | + public function setParseMode($parser_mode = 0) {} |
|
156 | + |
|
157 | + /** |
|
158 | + * (PECL solr >= 0.9.2)<br/> |
|
159 | + * Was the request a success |
|
160 | + * @link https://php.net/manual/en/solrresponse.success.php |
|
161 | + * @return bool <p> |
|
162 | + * Returns <b>TRUE</b> if it was successful and <b>FALSE</b> if it was not. |
|
163 | + * </p> |
|
164 | + */ |
|
165 | + public function success() {} |
|
166 | 166 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * This class represents a response from the Solr server. |
13 | 13 | * @link https://php.net/manual/en/class.solrresponse.php |
14 | 14 | */ |
15 | -abstract class SolrResponse |
|
16 | -{ |
|
15 | +abstract class SolrResponse { |
|
17 | 16 | /** @var int Documents should be parsed as SolrObject instances */ |
18 | 17 | public const PARSE_SOLR_OBJ = 0; |
19 | 18 |
@@ -14,28 +14,28 @@ |
||
14 | 14 | */ |
15 | 15 | final class SolrPingResponse extends SolrResponse |
16 | 16 | { |
17 | - /** |
|
18 | - * (PECL solr >= 0.9.2)<br/> |
|
19 | - * SolrPingResponse constructor. |
|
20 | - * @link https://php.net/manual/en/solrpingresponse.construct.php |
|
21 | - */ |
|
22 | - public function __construct() {} |
|
17 | + /** |
|
18 | + * (PECL solr >= 0.9.2)<br/> |
|
19 | + * SolrPingResponse constructor. |
|
20 | + * @link https://php.net/manual/en/solrpingresponse.construct.php |
|
21 | + */ |
|
22 | + public function __construct() {} |
|
23 | 23 | |
24 | - /** |
|
25 | - * (PECL solr >= 0.9.2)<br/> |
|
26 | - * Destructor |
|
27 | - * @link https://php.net/manual/en/solrpingresponse.destruct.php |
|
28 | - */ |
|
29 | - public function __destruct() {} |
|
24 | + /** |
|
25 | + * (PECL solr >= 0.9.2)<br/> |
|
26 | + * Destructor |
|
27 | + * @link https://php.net/manual/en/solrpingresponse.destruct.php |
|
28 | + */ |
|
29 | + public function __destruct() {} |
|
30 | 30 | |
31 | - /** |
|
32 | - * (PECL solr >= 0.9.2)<br/> |
|
33 | - * Returns the response from the server |
|
34 | - * @link https://php.net/manual/en/solrpingresponse.getresponse.php |
|
35 | - * @return string <p> |
|
36 | - * Returns an empty string. (Returns the response from the server. This should be empty because the request as a |
|
37 | - * HEAD request.) |
|
38 | - * </p> |
|
39 | - */ |
|
40 | - public function getResponse() {} |
|
31 | + /** |
|
32 | + * (PECL solr >= 0.9.2)<br/> |
|
33 | + * Returns the response from the server |
|
34 | + * @link https://php.net/manual/en/solrpingresponse.getresponse.php |
|
35 | + * @return string <p> |
|
36 | + * Returns an empty string. (Returns the response from the server. This should be empty because the request as a |
|
37 | + * HEAD request.) |
|
38 | + * </p> |
|
39 | + */ |
|
40 | + public function getResponse() {} |
|
41 | 41 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * This class represents a response to a ping request to the server |
13 | 13 | * @link https://php.net/manual/en/class.solrpingresponse.php |
14 | 14 | */ |
15 | -final class SolrPingResponse extends SolrResponse |
|
16 | -{ |
|
15 | +final class SolrPingResponse extends SolrResponse { |
|
17 | 16 | /** |
18 | 17 | * (PECL solr >= 0.9.2)<br/> |
19 | 18 | * SolrPingResponse constructor. |
@@ -14,17 +14,17 @@ |
||
14 | 14 | */ |
15 | 15 | final class SolrGenericResponse extends SolrResponse |
16 | 16 | { |
17 | - /** |
|
18 | - * (PECL solr >= 0.9.2)<br/> |
|
19 | - * SolrGenericResponse constructor. |
|
20 | - * @link https://php.net/manual/en/solrgenericresponse.construct.php |
|
21 | - */ |
|
22 | - public function __construct() {} |
|
17 | + /** |
|
18 | + * (PECL solr >= 0.9.2)<br/> |
|
19 | + * SolrGenericResponse constructor. |
|
20 | + * @link https://php.net/manual/en/solrgenericresponse.construct.php |
|
21 | + */ |
|
22 | + public function __construct() {} |
|
23 | 23 | |
24 | - /** |
|
25 | - * (PECL solr >= 0.9.2)<br/> |
|
26 | - * Destructor |
|
27 | - * @link https://php.net/manual/en/solrgenericresponse.destruct.php |
|
28 | - */ |
|
29 | - public function __destruct() {} |
|
24 | + /** |
|
25 | + * (PECL solr >= 0.9.2)<br/> |
|
26 | + * Destructor |
|
27 | + * @link https://php.net/manual/en/solrgenericresponse.destruct.php |
|
28 | + */ |
|
29 | + public function __destruct() {} |
|
30 | 30 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * This class represents a response from the solr server. |
13 | 13 | * @link https://php.net/manual/en/class.solrgenericresponse.php |
14 | 14 | */ |
15 | -final class SolrGenericResponse extends SolrResponse |
|
16 | -{ |
|
15 | +final class SolrGenericResponse extends SolrResponse { |
|
17 | 16 | /** |
18 | 17 | * (PECL solr >= 0.9.2)<br/> |
19 | 18 | * SolrGenericResponse constructor. |
@@ -14,17 +14,17 @@ |
||
14 | 14 | */ |
15 | 15 | final class SolrQueryResponse extends SolrResponse |
16 | 16 | { |
17 | - /** |
|
18 | - * (PECL solr >= 0.9.2)<br/> |
|
19 | - * SolrQueryResponse constructor. |
|
20 | - * @link https://php.net/manual/en/solrqueryresponse.construct.php |
|
21 | - */ |
|
22 | - public function __construct() {} |
|
17 | + /** |
|
18 | + * (PECL solr >= 0.9.2)<br/> |
|
19 | + * SolrQueryResponse constructor. |
|
20 | + * @link https://php.net/manual/en/solrqueryresponse.construct.php |
|
21 | + */ |
|
22 | + public function __construct() {} |
|
23 | 23 | |
24 | - /** |
|
25 | - * (PECL solr >= 0.9.2)<br/> |
|
26 | - * Destructor |
|
27 | - * @link https://php.net/manual/en/solrqueryresponse.destruct.php |
|
28 | - */ |
|
29 | - public function __destruct() {} |
|
24 | + /** |
|
25 | + * (PECL solr >= 0.9.2)<br/> |
|
26 | + * Destructor |
|
27 | + * @link https://php.net/manual/en/solrqueryresponse.destruct.php |
|
28 | + */ |
|
29 | + public function __destruct() {} |
|
30 | 30 | } |
@@ -12,8 +12,7 @@ |
||
12 | 12 | * This class represents a response to a query request. |
13 | 13 | * @link https://php.net/manual/en/class.solrqueryresponse.php |
14 | 14 | */ |
15 | -final class SolrQueryResponse extends SolrResponse |
|
16 | -{ |
|
15 | +final class SolrQueryResponse extends SolrResponse { |
|
17 | 16 | /** |
18 | 17 | * (PECL solr >= 0.9.2)<br/> |
19 | 18 | * SolrQueryResponse constructor. |