| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
The Yaf_Dispatcher class(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう) 導入Yaf_Dispatcher purpose is to initialize the request environment, route the incoming request, and then dispatch any discovered actions; it aggregates any responses and returns them when the process is complete. Yaf_Dispatcher also implements the Singleton pattern, meaning only a single instance of it may be available at any given time. This allows it to also act as a registry on which the other objects in the dispatch process may draw. クラス概要
final
Yaf_Dispatcher
{
/* プロパティ */
protected
$_router
;
protected
$_view
;
protected
$_request
;
protected
$_plugins
;
protected
$_auto_render
;
protected
$_return_response
;
protected
$_instantly_flush
;
protected
$_default_module
;
protected
$_default_controller
;
protected
$_default_action
;
/* メソッド */
}プロパティ
目次
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「The Yaf_Dispatcher class」をGoogle検索
|