reference/yaf/yaf-action-abstract.xml
eec6a4a36bf452bf271f116e7b6b9bb09d1181c3
...
...
@@ -17,9 +17,8 @@
17
17
can also be a <classname>Yaf_Action_Abstract</classname> class.
18
18
</para>
19
19
<para>
20
-
Since there should be a entry point which can be called by Yaf (as of PHP 5.3,
21
-
there is a new magic method __invoke, but Yaf is not only works with PHP 5.3+,
22
-
Yaf choose another magic method execute), you must implement the abstract method
20
+
Since there should be a entry point which can be called by Yaf,
21
+
you must implement the abstract method
23
22
<methodname>Yaf_Action_Abstract::execute</methodname> in your custom
24
23
action class.
25
24
</para>
26
25