update action methods doc

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329516 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xinchen Hui 2013-02-20 05:44:57 +00:00
parent 440a9c357c
commit 939657ed29
2 changed files with 6 additions and 10 deletions

View file

@ -4,7 +4,7 @@
<refentry xml:id="yaf-action-abstract.execute" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Action_Abstract::execute</refname>
<refpurpose>Execute the action</refpurpose>
<refpurpose>Action entry point</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -16,6 +16,8 @@
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
</methodsynopsis>
<para>
user should always define this method for a action, this is the entry point
of an action.
<methodname>Yaf_Action_Abstract::execute</methodname> may have agruments.
<note>
<para>
@ -24,9 +26,6 @@
</para>
</note>
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -4,7 +4,7 @@
<refentry xml:id="yaf-action-abstract.getcontroller" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Action_Abstract::getController</refname>
<refpurpose>get controller instance</refpurpose>
<refpurpose>Retrieve controller object</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -14,11 +14,8 @@
<void />
</methodsynopsis>
<para>
Retrive the controller object.
retrieve current controller object.
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
@ -29,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
<classname>Yaf_Controller_Abstract</classname> instance
</para>
</refsect1>