svn: /pear/peardoc/trunk/en/package/console/console-commandline/ options.xml
[email protected] (Richard Quadling) Tue, 25 Jan 2011 14:21:20 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
rquadling Tue, 25 Jan 2011 14:21:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307733
Log:
There's madness in my overuse of method.
Changed paths:
U pear/peardoc/trunk/en/package/console/console-commandline/options.xml
Modified: pear/peardoc/trunk/en/package/console/console-commandline/options.xml
===================================================================
--- pear/peardoc/trunk/en/package/console/console-commandline/options.xml 2011-01-25 14:07:44 UTC (rev 307732)
+++ pear/peardoc/trunk/en/package/console/console-commandline/options.xml 2011-01-25 14:21:20 UTC (rev 307733)
@@ -474,7 +474,7 @@
value (the first argument).</para>
<para>All these arguments should give you enough flexibility to build
complex callback actions.</para>
- <para>If the callback is to a class method, then the method must be declared as a public method.</para>
+ <para>If the callback is to a class method, then the method must be declared as a public.</para>
<para>Here is a simple example:</para>
<para>
<programlisting role="php">