Yaf_Plugin_Abstract::routerStartup

RouterStartup フック

説明

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

これは、Yaf プラグインのフックシステム内での最初のフックです。 このメソッドを実装したカスタムプラグインは、 ルーティングを始める前に呼ばれます。

警告

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

パラメータ

request

response

戻り値

参考

  • Yaf_Plugin_Abstract::routerShutdown
  • Yaf_Plugin_Abstract::dispatchLoopStartup
  • Yaf_Plugin_Abstract::preDispatch
  • Yaf_Plugin_Abstract::postDispatch
  • Yaf_Plugin_Abstract::dispatchLoopShutdown