Yaf_Action_Abstract::executeAction entry point Description
abstract publicmixed Yaf_Action_Abstract::execute(mixed
...$args)user should always define this method for a action, this is the entry point of an action. Yaf_Action_Abstract::execute may have agruments.
Parameters
Return Values
ExamplesExample #1 Yaf_Action_Abstract::executeexample Example #2 Yaf_Action_Abstract::executeexample The above example will output something similar to: /** * Now assuming we are using the Yaf_Route_Static route * for request: http://yourdomain/product/list/name/yaf/id/22 * will result: */ bool(true) bool(true) See Also |