Skip to content

Commit

Permalink
deploy: c9de1f2
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Mar 18, 2024
1 parent 9662931 commit 3aea839
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
27 changes: 18 additions & 9 deletions Manticoresearch/Buddy/Core/Network/Request.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@ <h2>Properties</h2>
<td>$payload</td>
<td class="last"></td>
<td></td>
</tr>
<tr>
<td class="type" id="property_httpMethod">
string

</td>
<td>$httpMethod</td>
<td class="last"></td>
<td></td>
</tr>
<tr>
<td class="type" id="property_version">
Expand Down Expand Up @@ -309,7 +318,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location">at line 45</div>
<div class="location">at line 46</div>
<code> void
<strong>__construct</strong>()
</code>
Expand Down Expand Up @@ -343,7 +352,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_default">
<div class="location">at line 54</div>
<div class="location">at line 55</div>
<code> static <a href="../../../../Manticoresearch/Buddy/Core/Network/Request.html"><abbr title="Manticoresearch\Buddy\Core\Network\Request">Request</abbr></a>
<strong>default</strong>(string $id = &#039;0&#039;)
</code>
Expand Down Expand Up @@ -386,7 +395,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_fromString">
<div class="location">at line 75</div>
<div class="location">at line 76</div>
<code> static <a href="../../../../Manticoresearch/Buddy/Core/Network/Request.html"><abbr title="Manticoresearch\Buddy\Core\Network\Request">Request</abbr></a>
<strong>fromString</strong>(string $data, string $id = &#039;0&#039;)
</code>
Expand Down Expand Up @@ -434,7 +443,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_fromArray">
<div class="location">at line 98</div>
<div class="location">at line 99</div>
<code> static <a href="../../../../Manticoresearch/Buddy/Core/Network/Request.html"><abbr title="Manticoresearch\Buddy\Core\Network\Request">Request</abbr></a>
<strong>fromArray</strong>(array $data, string $id = &#039;0&#039;)
</code>
Expand Down Expand Up @@ -483,7 +492,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_fromPayload">
<div class="location">at line 115</div>
<div class="location">at line 116</div>
<code> static <a href="../../../../Manticoresearch/Buddy/Core/Network/Request.html"><abbr title="Manticoresearch\Buddy\Core\Network\Request">Request</abbr></a>
<strong>fromPayload</strong>(array $payload, string $id = &#039;0&#039;)
</code>
Expand Down Expand Up @@ -531,7 +540,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_validateOrFail">
<div class="location">at line 129</div>
<div class="location">at line 130</div>
<code> static array
<strong>validateOrFail</strong>(string $data)
</code>
Expand Down Expand Up @@ -583,7 +592,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_parseOrFail">
<div class="location">at line 147</div>
<div class="location">at line 156</div>
<code> protected <a href="../../../../Manticoresearch/Buddy/Core/Network/Request.html"><abbr title="Manticoresearch\Buddy\Core\Network\Request">Request</abbr></a>
<strong>parseOrFail</strong>(array $payload)
</code>
Expand Down Expand Up @@ -636,7 +645,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_validateInputFields">
<div class="location">at line 215</div>
<div class="location">at line 225</div>
<code> protected void
<strong>validateInputFields</strong>(array $payload, array $fields)
</code>
Expand Down Expand Up @@ -684,7 +693,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_removeComments">
<div class="location">at line 239</div>
<div class="location">at line 249</div>
<code> static protected string
<strong>removeComments</strong>(string $query)
</code>
Expand Down
4 changes: 3 additions & 1 deletion doc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,9 @@ <h2 id="letterA">A</h2>
<abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Client">Client</abbr>::hasTable</a>() &mdash; <em>Method in class <a href="Manticoresearch/Buddy/Core/ManticoreSearch/Client.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Client">Client</abbr></a></em></dt>
<dd></dd><dt><a href="Manticoresearch/Buddy/Core/ManticoreSearch/Response.html#method_hasError">
<abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Response">Response</abbr>::hasError</a>() &mdash; <em>Method in class <a href="Manticoresearch/Buddy/Core/ManticoreSearch/Response.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Response">Response</abbr></a></em></dt>
<dd><p>Check if we had error on performing our request</p></dd><dt><a href="Manticoresearch/Buddy/Core/Network/Response.html#method_hasError">
<dd><p>Check if we had error on performing our request</p></dd><dt>$<a href="Manticoresearch/Buddy/Core/Network/Request.html#property_httpMethod">
<abbr title="Manticoresearch\Buddy\Core\Network\Request">Request</abbr>#httpMethod</a> &mdash; <em>Property in class <a href="Manticoresearch/Buddy/Core/Network/Request.html"><abbr title="Manticoresearch\Buddy\Core\Network\Request">Request</abbr></a></em></dt>
<dd></dd><dt><a href="Manticoresearch/Buddy/Core/Network/Response.html#method_hasError">
<abbr title="Manticoresearch\Buddy\Core\Network\Response">Response</abbr>::hasError</a>() &mdash; <em>Method in class <a href="Manticoresearch/Buddy/Core/Network/Response.html"><abbr title="Manticoresearch\Buddy\Core\Network\Response">Response</abbr></a></em></dt>
<dd><p>Return hasError property</p></dd><dt>$<a href="Manticoresearch/Buddy/Core/Plugin/BaseHandler.html#property_hooks">
<abbr title="Manticoresearch\Buddy\Core\Plugin\BaseHandler">BaseHandler</abbr>#hooks</a> &mdash; <em>Property in class <a href="Manticoresearch/Buddy/Core/Plugin/BaseHandler.html"><abbr title="Manticoresearch\Buddy\Core\Plugin\BaseHandler">BaseHandler</abbr></a></em></dt>
Expand Down
2 changes: 1 addition & 1 deletion renderer.index
Original file line number Diff line number Diff line change
@@ -1 +1 @@
O:21:"Doctum\Renderer\Index":3:{i:0;a:26:{s:45:"Manticoresearch\Buddy\Core\Error\GenericError";s:40:"b10979ae7f4c5583b55d11ccda3b5bf22ee86673";s:59:"Manticoresearch\Buddy\Core\Error\InvalidNetworkRequestError";s:40:"6d3a1d7e483abe2bd35e3a006814540c6448f13b";s:59:"Manticoresearch\Buddy\Core\Error\ManticoreSearchClientError";s:40:"0054313bba0e4879bb9482c51a6d547550fd5946";s:61:"Manticoresearch\Buddy\Core\Error\ManticoreSearchResponseError";s:40:"73de0978120e1a50ae0555fc899194d48d284118";s:48:"Manticoresearch\Buddy\Core\Error\QueryParseError";s:40:"26959878277dc3a6b4da11b826599de09d9fb558";s:49:"Manticoresearch\Buddy\Core\ManticoreSearch\Client";s:40:"b25cb8f2220ae42d5b8b2b3823941b28ac66027b";s:49:"Manticoresearch\Buddy\Core\ManticoreSearch\Fields";s:40:"0c4af9559836d5e8ec8080dd40fc5c3a32f9eecb";s:51:"Manticoresearch\Buddy\Core\ManticoreSearch\Response";s:40:"3f043a2f9e49a726452e4614a499685d68b87cd4";s:51:"Manticoresearch\Buddy\Core\ManticoreSearch\Settings";s:40:"0d87714518f61e7d60acdaf7a742894c27b05e31";s:42:"Manticoresearch\Buddy\Core\Network\Request";s:40:"4978225cd64874058384395e1fb9e4834f8152d2";s:43:"Manticoresearch\Buddy\Core\Network\Response";s:40:"9a418b0e91e5bd1c57ed2084e26078100eb0c507";s:45:"Manticoresearch\Buddy\Core\Plugin\BaseHandler";s:40:"71bc523f646337b5286e5b383e21eebbc4167cce";s:55:"Manticoresearch\Buddy\Core\Plugin\BaseHandlerWithClient";s:40:"384fa5e83a7757dea295ae2953059f8df6ba9687";s:63:"Manticoresearch\Buddy\Core\Plugin\BaseHandlerWithTableFormatter";s:40:"ae33866cc1ff2a5c23c12eb32467d9a7b6fa0c4e";s:45:"Manticoresearch\Buddy\Core\Plugin\BasePayload";s:40:"c3cf6d9c76e3853ae0d7eaeda788ccf9d25d3a4e";s:43:"Manticoresearch\Buddy\Core\Plugin\Pluggable";s:40:"c973524f7bb254a7c563ae847b6869702136ec8b";s:48:"Manticoresearch\Buddy\Core\Plugin\TableFormatter";s:40:"1b409f8f869f94258935438aeb07d8fd417baead";s:48:"Manticoresearch\Buddy\Core\Process\BaseProcessor";s:40:"7b434d708ff0de870228fac3809ec1920f33cdf8";s:42:"Manticoresearch\Buddy\Core\Process\Process";s:40:"4ab1a8306fbc90c7eb52606d08d9e45feda93ba7";s:36:"Manticoresearch\Buddy\Core\Task\Task";s:40:"36462226e88bccd42adce438c2fdf74678bcc513";s:40:"Manticoresearch\Buddy\Core\Task\TaskPool";s:40:"e71e8dcba21688bf3e8c3cdd9df16d3dda65a6a8";s:42:"Manticoresearch\Buddy\Core\Task\TaskResult";s:40:"bd586cb08abaf1a36219666795a1586a8bd168ec";s:37:"Manticoresearch\Buddy\Core\Tool\Buddy";s:40:"358f9df9c069035d9f7b6874769439096c947e9b";s:39:"Manticoresearch\Buddy\Core\Tool\Process";s:40:"52048044e48fa472b46b70fcb51585163bc40be0";s:46:"Manticoresearch\Buddy\Core\Tool\SqlQueryParser";s:40:"7f5b41004aa29fea63e6f17e3cac27c5d41aa9f9";s:39:"Manticoresearch\Buddy\Core\Tool\Strings";s:40:"2761429bd746c20b468da2f537730438e9d0a81f";}i:1;a:1:{i:0;s:4:"main";}i:2;a:10:{i:0;s:15:"Manticoresearch";i:1;s:21:"Manticoresearch\Buddy";i:2;s:26:"Manticoresearch\Buddy\Core";i:3;s:32:"Manticoresearch\Buddy\Core\Error";i:4;s:42:"Manticoresearch\Buddy\Core\ManticoreSearch";i:5;s:34:"Manticoresearch\Buddy\Core\Network";i:6;s:33:"Manticoresearch\Buddy\Core\Plugin";i:7;s:34:"Manticoresearch\Buddy\Core\Process";i:8;s:31:"Manticoresearch\Buddy\Core\Task";i:9;s:31:"Manticoresearch\Buddy\Core\Tool";}}
O:21:"Doctum\Renderer\Index":3:{i:0;a:26:{s:45:"Manticoresearch\Buddy\Core\Error\GenericError";s:40:"b10979ae7f4c5583b55d11ccda3b5bf22ee86673";s:59:"Manticoresearch\Buddy\Core\Error\InvalidNetworkRequestError";s:40:"6d3a1d7e483abe2bd35e3a006814540c6448f13b";s:59:"Manticoresearch\Buddy\Core\Error\ManticoreSearchClientError";s:40:"0054313bba0e4879bb9482c51a6d547550fd5946";s:61:"Manticoresearch\Buddy\Core\Error\ManticoreSearchResponseError";s:40:"73de0978120e1a50ae0555fc899194d48d284118";s:48:"Manticoresearch\Buddy\Core\Error\QueryParseError";s:40:"26959878277dc3a6b4da11b826599de09d9fb558";s:49:"Manticoresearch\Buddy\Core\ManticoreSearch\Client";s:40:"b25cb8f2220ae42d5b8b2b3823941b28ac66027b";s:49:"Manticoresearch\Buddy\Core\ManticoreSearch\Fields";s:40:"0c4af9559836d5e8ec8080dd40fc5c3a32f9eecb";s:51:"Manticoresearch\Buddy\Core\ManticoreSearch\Response";s:40:"3f043a2f9e49a726452e4614a499685d68b87cd4";s:51:"Manticoresearch\Buddy\Core\ManticoreSearch\Settings";s:40:"0d87714518f61e7d60acdaf7a742894c27b05e31";s:42:"Manticoresearch\Buddy\Core\Network\Request";s:40:"032657a1759c8367e9cf37dd902ab97cad360be0";s:43:"Manticoresearch\Buddy\Core\Network\Response";s:40:"9a418b0e91e5bd1c57ed2084e26078100eb0c507";s:45:"Manticoresearch\Buddy\Core\Plugin\BaseHandler";s:40:"71bc523f646337b5286e5b383e21eebbc4167cce";s:55:"Manticoresearch\Buddy\Core\Plugin\BaseHandlerWithClient";s:40:"384fa5e83a7757dea295ae2953059f8df6ba9687";s:63:"Manticoresearch\Buddy\Core\Plugin\BaseHandlerWithTableFormatter";s:40:"ae33866cc1ff2a5c23c12eb32467d9a7b6fa0c4e";s:45:"Manticoresearch\Buddy\Core\Plugin\BasePayload";s:40:"c3cf6d9c76e3853ae0d7eaeda788ccf9d25d3a4e";s:43:"Manticoresearch\Buddy\Core\Plugin\Pluggable";s:40:"c973524f7bb254a7c563ae847b6869702136ec8b";s:48:"Manticoresearch\Buddy\Core\Plugin\TableFormatter";s:40:"1b409f8f869f94258935438aeb07d8fd417baead";s:48:"Manticoresearch\Buddy\Core\Process\BaseProcessor";s:40:"7b434d708ff0de870228fac3809ec1920f33cdf8";s:42:"Manticoresearch\Buddy\Core\Process\Process";s:40:"4ab1a8306fbc90c7eb52606d08d9e45feda93ba7";s:36:"Manticoresearch\Buddy\Core\Task\Task";s:40:"36462226e88bccd42adce438c2fdf74678bcc513";s:40:"Manticoresearch\Buddy\Core\Task\TaskPool";s:40:"e71e8dcba21688bf3e8c3cdd9df16d3dda65a6a8";s:42:"Manticoresearch\Buddy\Core\Task\TaskResult";s:40:"bd586cb08abaf1a36219666795a1586a8bd168ec";s:37:"Manticoresearch\Buddy\Core\Tool\Buddy";s:40:"358f9df9c069035d9f7b6874769439096c947e9b";s:39:"Manticoresearch\Buddy\Core\Tool\Process";s:40:"52048044e48fa472b46b70fcb51585163bc40be0";s:46:"Manticoresearch\Buddy\Core\Tool\SqlQueryParser";s:40:"7f5b41004aa29fea63e6f17e3cac27c5d41aa9f9";s:39:"Manticoresearch\Buddy\Core\Tool\Strings";s:40:"2761429bd746c20b468da2f537730438e9d0a81f";}i:1;a:1:{i:0;s:4:"main";}i:2;a:10:{i:0;s:15:"Manticoresearch";i:1;s:21:"Manticoresearch\Buddy";i:2;s:26:"Manticoresearch\Buddy\Core";i:3;s:32:"Manticoresearch\Buddy\Core\Error";i:4;s:42:"Manticoresearch\Buddy\Core\ManticoreSearch";i:5;s:34:"Manticoresearch\Buddy\Core\Network";i:6;s:33:"Manticoresearch\Buddy\Core\Plugin";i:7;s:34:"Manticoresearch\Buddy\Core\Process";i:8;s:31:"Manticoresearch\Buddy\Core\Task";i:9;s:31:"Manticoresearch\Buddy\Core\Tool";}}

0 comments on commit 3aea839

Please sign in to comment.