1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<?xml version="1.0"?>
<div class="body" role="main">
<section id="simple-method">
<h1>Simple method<a class="headerlink" href="#simple-method" title="Link to this heading">¶</a></h1>
<dl class="php class">
<dt class="sig sig-object php" id="Foo">
<em class="property">
<span class="pre">class</span>
</em>
<span class="sig-name descname">
<span class="pre">Foo</span>
</span>
<a class="headerlink" href="#Foo" title="Link to this definition">¶</a>
</dt>
<dd/>
</dl>
<dl class="php method">
<dt class="sig sig-object php" id="Foo::test"><span class="sig-prename descclassname"><span class="pre">Foo::</span></span><span class="sig-name descname"><span class="pre">test</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">$a</span></em>, <em class="sig-param"><span class="pre">...$args</span></em><span class="sig-paren">)</span><a class="headerlink" href="#Foo::test" title="Link to this definition">¶</a></dt>
<dd>
<p>Simple test method.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd">
<ul class="simple">
<li>
<p><strong>$args</strong> (<span><code class="xref php php-obj docutils literal notranslate"><span class="pre">array</span></code></span>) – Associative array</p>
</li>
</ul>
</dd>
</dl>
</dd>
</dl>
<section id="cross-linking">
<h2>Cross linking<a class="headerlink" href="#cross-linking" title="Link to this heading">¶</a></h2>
<ul class="simple">
<li>
<p>
<a class="reference internal" href="#Foo::test" title="Foo::test">
<code class="xref php php-meth docutils literal notranslate">
<span class="pre">Foo::test()</span>
</code>
</a>
</p>
</li>
</ul>
</section>
</section>
<div class="clearer"/>
</div>
|