Yaf_Action_Abstract::executeAction entry point Beschreibung
abstract publicmixed Yaf_Action_Abstract::execute
([ mixed
$arg
[, mixed $...
]] )user should always define this method for a action, this is the entry point of an action. Yaf_Action_Abstract::execute may have agruments.
Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
BeispieleBeispiel #1 Yaf_Action_Abstract::executeexample
<?phpBeispiel #2 Yaf_Action_Abstract::executeexample
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: /** * 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) Siehe auch |