|
Yaf_Plugin_Abstract::routerShutdownThe routerShutdown purpose Beschreibung
public void Yaf_Plugin_Abstract::routerShutdown
( Yaf_Request_Abstract
$request
, Yaf_Response_Abstract $response
)This hook will be trigged after the route process finished, this hook is usually used for login check. Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Parameter-Liste
Rückgabewerte
BeispieleBeispiel #1 Yaf_Plugin_Abstract::routerShutdownexample
<?phpSiehe auch
|