| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
The Yaf_Plugin_Abstract class(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう) 導入Plugins allow for easy extensibility and customization of the framework. Plugins are classes. The actual class definition will vary based on the component -- you may need to implement this interface, but the fact remains that the plugin is itself a class. A plugin could be loaded into Yaf by using Yaf_Dispatcher::registerPlugin(), after registerd, All the methods which the plugin implemented according to this interface, will be called at the proper time. クラス概要
Yaf_Plugin_Abstract
{
/* メソッド */
public void dispatchLoopShutdown
( Yaf_Request_Abstract
}$request
, Yaf_Response_Abstract $response
)目次
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「The Yaf_Plugin_Abstract class」をGoogle検索
|