Skip to content

Commit

Permalink
add: __get()
Browse files Browse the repository at this point in the history
  • Loading branch information
moechofe committed Mar 30, 2011
1 parent eeaf291 commit 7646c39
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions doc/kyoto-tycoon.html
Expand Up @@ -60,24 +60,29 @@ <h3>Class <tt>UI</tt> documentation</h3>
<dl>
<dt><tt>-&gt;clear</tt></dt>
<dd>Clear all records from the database.</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> -&gt; clear</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> = <em>UI</em>-&gt;clear</dd>
<dd><strong>$kt</strong>:&nbsp;The <em>UI</em> object, ready the access records.</dd>
<dt><tt>-&gt;outofbound_throw_exception</tt></dt>
<dd>Indicate to throw an exception if a logical inconsistency error appear.</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> -&gt; outofbound_throw_exception</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> = <em>UI</em>-&gt;outofbound_throw_exception</dd>
<dd><strong>$kt</strong>:&nbsp;The <em>UI</em> object, ready the access records.</dd>
<dt><tt>-&gt;outofbound_return_null</tt></dt>
<dd>Indicate to return <tt>null</tt> if a logical inconsistency error appear.</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> -&gt; outofbound_return_null</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> = <em>UI</em>-&gt;outofbound_return_null</dd>
<dd><strong>$kt</strong>:&nbsp;The <em>UI</em> object, ready the access records.</dd>
<dt><tt>-&gt;runtime_throw_exception</tt></dt>
<dd>Indicate to throw an exception if a fatal error of the server program or the environment error appear.</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> -&gt; runtime_throw_exception</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> = <em>UI</em>-&gt;runtime_throw_exception</dd>
<dd><strong>$kt</strong>:&nbsp;The <em>UI</em> object, ready the access records.</dd>
<dt><tt>-&gt;runtime_return_false</tt></dt>
<dd>Indicate to return <tt>null</tt> if a fatal error of the server program or the environment error appear.</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> -&gt; runtime_return_false</dd>
<dd class="api"><em>UI</em> <strong>$kt</strong> = <em>UI</em>-&gt;runtime_return_false</dd>
<dd><strong>$kt</strong>:&nbsp;The <em>UI</em> object, ready the access records.</dd>
<dt><tt>-&gt;<em>key</em></tt></dt>
<dd>Get the value of a record identified by the <em>key</em>.</dd>
<dd class="api"><em>string</em> <strong>$value</strong> = <em>UI</em>-&gt;<strong><em>key</em></strong></dd>
<dd><strong><em>key</em></strong>:&nbsp;The <em>key</em> of the record.</dd>
<dd><strong>$value</strong>:&nbsp;The value of the record.</dd>
</dl>

</dl>
Expand Down

0 comments on commit 7646c39

Please sign in to comment.