|
31 | 31 | <a href="#reports" class="dropdown-toggle" data-toggle="dropdown"> |
32 | 32 | Reports <b class="caret"></b></a><ul class="dropdown-menu"> |
33 | 33 | <li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors |
34 | | - <span class="label label-info">22</span></a></li> |
| 34 | + <span class="label label-info">25</span></a></li> |
35 | 35 | <li><a href="../markers.html"><i class="icon-map-marker"></i> Markers |
36 | 36 | <ul></ul></a></li> |
37 | 37 | <li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements |
38 | | - <span class="label label-info">2</span></a></li> |
| 38 | + <span class="label label-info">15</span></a></li> |
39 | 39 | </ul> |
40 | 40 | </li> |
41 | 41 | </ul></div> |
|
65 | 65 | <li class="method public "><a href="#method___get" title="__get() :: Get an attribute, magic method"><span class="description">Get an attribute, magic method</span><pre>__get()</pre></a></li> |
66 | 66 | <li class="method public "><a href="#method___isset" title="__isset() :: Is triggered by calling isset() or empty() on inaccessible properties."><span class="description">Is triggered by calling isset() or empty() on inaccessible properties.</span><pre>__isset()</pre></a></li> |
67 | 67 | <li class="method public "><a href="#method___set" title="__set() :: Set an attribute, magic method"><span class="description">Set an attribute, magic method</span><pre>__set()</pre></a></li> |
68 | | -<li class="method public "><a href="#method___toString" title="__toString() :: Returns the action string"><span class="description">Returns the action string</span><pre>__toString()</pre></a></li> |
69 | 68 | <li class="method public "><a href="#method_buildAttributesFromArray" title="buildAttributesFromArray() :: Build the object's attributes from a given array"><span class="description">Build the object's attributes from a given array</span><pre>buildAttributesFromArray()</pre></a></li> |
70 | 69 | <li class="method public "><a href="#method_get" title="get() :: Get an attribute"><span class="description">Get an attribute</span><pre>get()</pre></a></li> |
71 | 70 | <li class="method public "><a href="#method_getCode" title="getCode() :: Get user function code"><span class="description">Get user function code</span><pre>getCode()</pre></a></li> |
|
84 | 83 | <li class="nav-header"> |
85 | 84 | <i title="Properties" class="icon-custom icon-property"></i> Properties |
86 | 85 | <ul> |
87 | | -<li class="property public "><a href="#property_" title="() :: _action"><span class="description"></span><pre></pre></a></li> |
88 | 86 | <li class="property public "><a href="#property_code" title="$code() :: - The code of the user function"><span class="description"></span><pre>$code</pre></a></li> |
89 | 87 | <li class="property public "><a href="#property_name" title="$name() :: - The name of the user function"><span class="description"></span><pre>$name</pre></a></li> |
90 | 88 | </ul> |
91 | 89 | </li> |
92 | 90 | <li class="nav-header protected">» Protected |
93 | | - <ul> |
94 | | -<li class="property protected "><a href="#property__action" title="$_action() :: The transaction's action."><span class="description"></span><pre>$_action</pre></a></li> |
95 | | -<li class="property protected "><a href="#property_attributes" title="$attributes() :: The transaction's attributes."><span class="description"></span><pre>$attributes</pre></a></li> |
96 | | -</ul> |
| 91 | + <ul><li class="property protected "><a href="#property_attributes" title="$attributes() :: The function's attributes."><span class="description"></span><pre>$attributes</pre></a></li></ul> |
97 | 92 | </li> |
98 | 93 | <li class="nav-header private">» Private |
99 | 94 | <ul><li class="property private "><a href="#property__connection" title="$_connection() :: The connection object"><span class="description"></span><pre>$_connection</pre></a></li></ul> |
@@ -255,21 +250,6 @@ <h3>Exceptions</h3> |
255 | 250 | </tr></table> |
256 | 251 | </div></div> |
257 | 252 | </div> |
258 | | -<a id="method___toString"></a><div class="element clickable method public method___toString " data-toggle="collapse" data-target=".method___toString .collapse" title="public"> |
259 | | -<h2>Returns the action string</h2> |
260 | | -<pre>__toString() : string</pre> |
261 | | -<div class="labels"></div> |
262 | | -<div class="row collapse"><div class="detail-description"> |
263 | | -<div class="long_description"></div> |
264 | | -<table class="table table-bordered"><tr> |
265 | | -<th>magic</th> |
266 | | -<td></td> |
267 | | -</tr></table> |
268 | | -<h3>Returns</h3> |
269 | | -<div class="subelement response"> |
270 | | -<code>string</code>- the current action string</div> |
271 | | -</div></div> |
272 | | -</div> |
273 | 253 | <a id="method_buildAttributesFromArray"></a><div class="element clickable method public method_buildAttributesFromArray " data-toggle="collapse" data-target=".method_buildAttributesFromArray .collapse" title="public"> |
274 | 254 | <h2>Build the object's attributes from a given array</h2> |
275 | 255 | <pre>buildAttributesFromArray($options) </pre> |
@@ -472,28 +452,6 @@ <h3>Returns</h3> |
472 | 452 | </div> |
473 | 453 | <h3> |
474 | 454 | <i title="Properties" class="icon-custom icon-property"></i> Properties</h3> |
475 | | -<a id="property_"> </a><div class="element clickable property public property_" data-toggle="collapse" data-target=".property_ .collapse" title="public"> |
476 | | -<h2>_action</h2> |
477 | | -<pre> : string</pre> |
478 | | -<div class="row collapse"><div class="detail-description"> |
479 | | -<h3>Default</h3> |
480 | | -<div class="subelement argument"></div> |
481 | | -</div></div> |
482 | | -<div class="labels"></div> |
483 | | -<div class="row collapse"><div class="detail-description"> |
484 | | -<div class="long_description"></div> |
485 | | -<table class="table table-bordered"> |
486 | | -<tr> |
487 | | -<th>magic</th> |
488 | | -<td></td> |
489 | | -</tr> |
490 | | -<tr> |
491 | | -<th>property</th> |
492 | | -<td>_action</td> |
493 | | -</tr> |
494 | | -</table> |
495 | | -</div></div> |
496 | | -</div> |
497 | 455 | <a id="property_code"> </a><div class="element clickable property public property_code" data-toggle="collapse" data-target=".property_code .collapse" title="public"> |
498 | 456 | <h2>- The code of the user function</h2> |
499 | 457 | <pre>$code : string</pre> |
@@ -538,18 +496,8 @@ <h3>Default</h3> |
538 | 496 | </table> |
539 | 497 | </div></div> |
540 | 498 | </div> |
541 | | -<a id="property__action"> </a><div class="element clickable property protected property__action" data-toggle="collapse" data-target=".property__action .collapse" title="protected"> |
542 | | -<h2>The transaction's action.</h2> |
543 | | -<pre>$_action : string</pre> |
544 | | -<div class="row collapse"><div class="detail-description"> |
545 | | -<h3>Default</h3> |
546 | | -<div class="subelement argument"><code>''</code></div> |
547 | | -</div></div> |
548 | | -<div class="labels"></div> |
549 | | -<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> |
550 | | -</div> |
551 | 499 | <a id="property_attributes"> </a><div class="element clickable property protected property_attributes" data-toggle="collapse" data-target=".property_attributes .collapse" title="protected"> |
552 | | -<h2>The transaction's attributes.</h2> |
| 500 | +<h2>The function's attributes.</h2> |
553 | 501 | <pre>$attributes : array</pre> |
554 | 502 | <div class="row collapse"><div class="detail-description"> |
555 | 503 | <h3>Default</h3> |
@@ -589,7 +537,7 @@ <h2>Collections index</h2> |
589 | 537 | <div class="row"><footer class="span12"> |
590 | 538 | Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br> |
591 | 539 | Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.9.0</a> and<br> |
592 | | - generated on 2019-01-22T11:16:22+01:00.<br></footer></div> |
| 540 | + generated on 2019-08-19T13:30:48+02:00.<br></footer></div> |
593 | 541 | </div> |
594 | 542 | </body> |
595 | 543 | </html> |
0 commit comments