reference/yaf/yaf_application/execute.xml
9e0f03ac354d797d1d16c0fcc1663e5e170f2727
...
...
@@ -12,7 +12,7 @@
12
12
<methodsynopsis>
13
13
<modifier>public</modifier> <type>void</type><methodname>Yaf_Application::execute</methodname>
14
14
<methodparam><type>callable</type><parameter>entry</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>...</parameter></methodparam>
15
+
<methodparam rep="repeat"><type>string</type><parameter>args</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
This method is typically used to run Yaf_Application in a crontab work.
...
...
@@ -32,7 +32,7 @@
32
32
</listitem>
33
33
</varlistentry>
34
34
<varlistentry>
35
-
<term><parameter>...</parameter></term>
35
+
<term><parameter>args</parameter></term>
36
36
<listitem>
37
37
<para>
38
38
parameters will pass to the callback
39
39