PHP
Yaf

Yaf_Plugin_Abstract::dispatchLoopShutdown

Yaf_Plugin_Abstract::dispatchLoopShutdown

(Yaf >=1.0.0)

Yaf_Plugin_Abstract :: dispatchLoopShutdown - dispatchLoopShutdown用途

描述

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

这是Yaf插件钩系统中的最新钩,如果自定义插件实现此方法,那么它将在调度循环完成后调用。

警告

此功能目前没有记录; 只有它的参数列表可用。

参数

request response

返回值

扩展内容

  • Yaf_Plugin_Abstract::routerStartup() - RouterStartup hook

  • Yaf_Plugin_Abstract :: routerShutdown() - routerShutdown的用途

  • Yaf_Plugin_Abstract :: dispatchLoopStartup() - dispatchLoopStartup的用途

  • Yaf_Plugin_Abstract :: preDispatch() - preDispatch的用途

  • Yaf_Plugin_Abstract :: postDispatch() - postDispatch的用途

← Yaf_Plugin_Abstract

Yaf_Plugin_Abstract::dispatchLoopStartup →