Yaf_Plugin_Abstract
PHP Manual

Yaf_Plugin_Abstract::routerStartup

(PECL yaf >=1.0.0)

Yaf_Plugin_Abstract::routerStartupRouterStartup hook

説明

public void Yaf_Plugin_Abstract::routerStartup ( Yaf_Request_Abstract $request , Yaf_Response_Abstract $response )

This is the earliest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called before routing a request.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

request

response

返り値

参考


Yaf_Plugin_Abstract
PHP Manual