Query/apiDocumentation/classes/Query_State/__call.html

118 lines
3.3 KiB
HTML
Raw Normal View History

2018-01-24 15:31:27 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
2020-04-17 15:05:37 -04:00
<title>phpDox - Query\State::__call</title>
2018-01-24 15:31:27 -05:00
<link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>
<nav class="topnav">
<ul>
<li>
<div class="logo"><span>/**</span>phpDox</div>
</li>
<li class="separator">
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../namespaces.html">Namespaces</a>
</li>
<li>
<a href="../../interfaces.html">Interfaces</a>
</li>
<li>
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../source/index.html">Source</a>
</li>
</ul>
</nav>
<div id="mainstage">
<div class="box">
<ul class="breadcrumb">
<li>
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../classes.html#Query">Query</a>
</li>
<li class="separator">
2020-04-17 15:05:37 -04:00
<a title="Query\State" href="../../classes/Query_State.html">State</a>
2018-01-24 15:31:27 -05:00
</li>
<li class="separator">__call</li>
</ul>
</div>
<nav class="box">
<ul>
<li>
<a href="#introduction">Introduction</a>
</li>
<li>
<a href="#synopsis">Synopsis</a>
</li>
<li>
<a href="#parameter">Parameter</a>
</li>
<li>
2020-04-17 15:05:37 -04:00
<a href="../../source/State.php.html#line154">Source</a>
2018-01-24 15:31:27 -05:00
</li>
</ul>
</nav>
<section>
2020-04-17 15:05:37 -04:00
<h1><small>Query\State::</small>__call</h1>
<h4/>
<p/>
2018-01-24 15:31:27 -05:00
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>public function __call(string
$name,
array
2020-04-17 15:05:37 -04:00
$arguments )
2018-01-24 15:31:27 -05:00
</code>
</div>
<h2 id="parameterlist">Parameters</h2>
<dl class="styled">
<dt><code>$name</code>
string</dt>
<dd/>
2020-04-17 15:05:37 -04:00
<dt><code>$arguments</code>
2018-01-24 15:31:27 -05:00
array</dt>
<dd/>
</dl>
2020-04-17 15:05:37 -04:00
<h2 id="violations">Violations</h2>
<div class="styled">
<h3>Checkstyle</h3>
<table class="styled">
<thead>
<tr>
<th>Line</th>
<th>Column</th>
<th>Severity</th>
<th>Message</th>
</tr>
</thead>
<tr>
<td class="line">154</td>
<td>9</td>
<td>
<span title="PEAR.Commenting.FunctionComment.Missing">error</span>
</td>
<td>Missing doc comment for function __call()</td>
</tr>
</table>
</div>
2018-01-24 15:31:27 -05:00
</section>
</div>
<footer>
2020-04-17 15:05:37 -04:00
<span>Generated using phpDox 0.12.0-dev - Copyright (C) 2010 - 2020 by Arne Blankerts and Contributors</span>
2018-01-24 15:31:27 -05:00
</footer>
</body>
</html>