Results of 1 - 10 of about 62 for Dispatcher (0.008 sec.)
- Yaf_Dispatcher クラス 10605
- « Yaf_Bootstrap_Abstract Yaf_Dispatcher::autoRender » PHP Manual Yaf Yaf_Dispatcher クラス Yaf_Dispatcher
...
ispatcher クラス (Yaf >=1.0.0) はじめに Yaf_Dispatcher の役割は、 リクエスト環境の初期化、やってきたリクエ ...
を取りまとめ、処理が完了した後でそれを返します。 Yaf_Dispatcher はシングルトンパターンを実装しています。 つまり、同 ...
照させることもできます。 クラス概要 final class Yaf_Dispatcher { /* プロパティ */ protected $ _router ; protected ...
truct () public autoRender ( bool $flag = ? ): Yaf_Dispatcher public catchException ( bool $flag = ? ): Yaf_Disp ...
-
https://man.plustar.jp/php/class.yaf-dispatcher.html
- [similar]
- Yaf_Dispatcher のコンストラクタ 9276
- « Yaf_Dispatcher::catchException Yaf_Dispatcher::disableView » PHP Manual Yaf_Dispatcher Yaf_Dispatcher
...
patcher のコンストラクタ Yaf_Dispatcher::__construct (Yaf >=1.0.0) Yaf_Dispatcher::__const ...
ruct — Yaf_Dispatcher のコンストラクタ 説明 public Yaf_Dispatcher::__con ...
ラメータはありません。 戻り値 関連キーワード: Yaf , Dispatcher , construct , パラメータ , catchException , disabl ...
-
https://man.plustar.jp/php/yaf-dispatcher.construct.html
- [similar]
- プラグインを登録する 9218
- « Yaf_Dispatcher::initView Yaf_Dispatcher::returnResponse » PHP Manual Yaf_Dispatcher プラグイン
...
を登録する Yaf_Dispatcher::registerPlugin (Yaf >=1.0.0) Yaf_Dispatcher::regi ...
sterPlugin — プラグインを登録する 説明 public Yaf_Dispatcher::registerPlugin ( Yaf_Plugin_Abstract $plugin ): Y ...
af_Dispatcher プラグイン ( Yaf_Plugin_Abstract を参照) を登録しま ...
) で行います。 パラメータ plugin 戻り値 例 例1 Yaf_Dispatcher::registerPlugin() の例 <?php class Bootstrap exten ...
-
https://man.plustar.jp/php/yaf-dispatcher.registerplugin.html
- [similar]
- 例外のキャッチのオン/オフを切り替える 9189
- « Yaf_Dispatcher::autoRender Yaf_Dispatcher::__construct » PHP Manual Yaf_Dispatcher 例外のキャッ
...
チのオン/オフを切り替える Yaf_Dispatcher::catchException (Yaf >=1.0.0) Yaf_Dispatcher::catc ...
外のキャッチのオン/オフを切り替える 説明 public Yaf_Dispatcher::catchException ( bool $flag = ? ): Yaf_Dispatcher ...
application.dispatcher.throwException が On (あるいは Yaf_Dispatcher::thr ...
が発生したときに例外をスローします。 そのとき、 Yaf_Dispatcher::catchException() を有効にする (あるいは applicati ...
-
https://man.plustar.jp/php/yaf-dispatcher.catchexception.html
- [similar]
- The returnResponse purpose 9103
- « Yaf_Dispatcher::registerPlugin Yaf_Dispatcher::setDefaultAction » PHP Manual Yaf_Dispatcher Th
...
e returnResponse purpose Yaf_Dispatcher::returnResponse (Yaf >=1.0.0) Yaf_Dispatcher::retu ...
ponse — The returnResponse purpose 説明 public Yaf_Dispatcher::returnResponse ( bool $flag ): Yaf_Dispatcher パラ ...
値 関連キーワード: returnResponse , Yaf , purpose , Dispatcher , flag , registerPlugin , setDefaultAction , publi ...
-
https://man.plustar.jp/php/yaf-dispatcher.returnresponse.html
- [similar]
- The setRequest purpose 9103
- « Yaf_Dispatcher::setErrorHandler Yaf_Dispatcher::setView » PHP Manual Yaf_Dispatcher The setReq
...
uest purpose Yaf_Dispatcher::setRequest (Yaf >=1.0.0) Yaf_Dispatcher::setReque ...
st — The setRequest purpose 説明 public Yaf_Dispatcher::setRequest ( Yaf_Request_Abstract $request ): Yaf ...
_Dispatcher パラメータ plugin 戻り値 関連キーワード: setReques ...
t , Yaf , purpose , Dispatcher , setErrorHandler , setView , public , Request , r ...
-
https://man.plustar.jp/php/yaf-dispatcher.setrequest.html
- [similar]
- アプリケーションの設定 9103
- « 例 Yaf_Application » PHP Manual Yaf アプリケーションの設定 アプリケーションの設定 設定内容を記
...
n" => array( "directory" => dirname ( __FILE__ ), "dispatcher" => array( "catchException" => 0 , ), "view" => ar ...
yaf.directory = APPLICATION_PATH "/appliation" yaf.dispatcher.catchException = 0 [product : yaf] ; user configur ...
application.ext application.baseUri "" application.dispatcher.defaultRoute application.dispatcher.throwException ...
1 application.dispatcher.catchException 0 application.dispatcher.defaultMod ...
-
https://man.plustar.jp/php/yaf.appconfig.html
- [similar]
- デフォルトのアクション名を変更する 8929
- « Yaf_Dispatcher::returnResponse Yaf_Dispatcher::setDefaultController » PHP Manual Yaf_Dispatcher
...
r デフォルトのアクション名を変更する Yaf_Dispatcher::setDefaultAction (Yaf >=1.0.0) Yaf_Dispatcher::se ...
デフォルトのアクション名を変更する 説明 public Yaf_Dispatcher::setDefaultAction ( string $action ): Yaf_Dispatch ...
n 戻り値 関連キーワード: Yaf , アクション , 変更 , Dispatcher , デフォルト , setDefaultAction , returnResponse , ...
-
https://man.plustar.jp/php/yaf-dispatcher.setdefaultaction.html
- [similar]
- デフォルトのモジュール名を変更する 8929
- « Yaf_Dispatcher::setDefaultController Yaf_Dispatcher::setErrorHandler » PHP Manual Yaf_Dispatcher
...
er デフォルトのモジュール名を変更する Yaf_Dispatcher::setDefaultModule (Yaf >=1.0.0) Yaf_Dispatcher::se ...
デフォルトのモジュール名を変更する 説明 public Yaf_Dispatcher::setDefaultModule ( string $module ): Yaf_Dispatch ...
e 戻り値 関連キーワード: Yaf , モジュール , 変更 , Dispatcher , デフォルト , setDefaultModule , module , setDefa ...
-
https://man.plustar.jp/php/yaf-dispatcher.setdefaultmodule.html
- [similar]
- ビューのレンダリングを有効にする 8900
- « Yaf_Dispatcher::dispatch Yaf_Dispatcher::flushInstantly » PHP Manual Yaf_Dispatcher ビューのレ
...
ンダリングを有効にする Yaf_Dispatcher::enableView (Yaf >=1.0.0) Yaf_Dispatcher::enableVi ...
— ビューのレンダリングを有効にする 説明 public Yaf_Dispatcher::enableView (): Yaf_Dispatcher パラメータ この関数 ...
ラメータはありません。 戻り値 関連キーワード: Yaf , Dispatcher , パラメータ , dispatch , flushInstantly , public ...
-
https://man.plustar.jp/php/yaf-dispatcher.enableview.html
- [similar]