検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 62 for Dispatcher (0.043 sec.)
Yaf_Bootstrap_Abstract クラス 6921
« Yaf_Application::setAppDirectory Yaf_Dispatcher » PHP Manual Yaf Yaf_Bootstrap_Abstract クラス ... strap_Abstract { public function _initConfig ( Yaf_Dispatcher $dispatcher ) { var_dump ( __METHOD__ ); } public ... function _initPlugin ( Yaf_Dispatcher $dispatcher ) { var_dump ( __METHOD__ ); } } $conf ...
https://man.plustar.jp/php/class.yaf-bootstrap-abstract.html - [similar]
アプリケーションのインスタンスを取得する 6487
« Yaf_Application Yaf_Application::bootstrap » PHP Manual Yaf_Application アプリケーションのイン ... のインスタンスを取得します。 別の方法として、 Yaf_Dispatcher::getApplication() も使えます。 パラメータ この関数 ... を初期化していない場合は null を返します。 参考 Yaf_Dispatcher::getApplication() - アプリケーションを取得する 関連 ... f , インスタンス , 取得 , アプリケーション , app , Dispatcher , パラメータ , bootstrap , public , staticYaf ...
https://man.plustar.jp/php/yaf-application.app.html - [similar]
新しいルートをルーターに追加する 6458
« Yaf_Router::addConfig Yaf_Router::__construct » PHP Manual Yaf_Router 新しいルートをルーターに ... の関数にはパラメータはありません。 戻り値 例 例1 Yaf_Dispatcher::autoRender() の例 <?php class Bootstrap extends Y ... g" , $config ); } public function _initRoute ( Yaf_Dispatcher $dispatcher ) { $router = $dispatcher -> getRouter ...
https://man.plustar.jp/php/yaf-router.addroute.html - [similar]
設定で定義したルートをルーターに追加する 6430
« Yaf_Router Yaf_Router::addRoute » PHP Manual Yaf_Router 設定で定義したルートをルーターに追加す ... fer=TRUE routes.route_namer.delimiter="#!" 例2 Yaf_Dispatcher::autoConfig() の例 <?php class Bootstrap extends Y ... g" , $config ); } public function _initRoute ( Yaf_Dispatcher $dispatcher ) { $router = $dispatcher -> getRouter ...
https://man.plustar.jp/php/yaf-router.addconfig.html - [similar]
Yaf_Application クラス 6343
« アプリケーションの設定 Yaf_Application::app » PHP Manual Yaf Yaf_Application クラス Yaf_Applic ... /* プロパティ */ protected $ config ; protected $ dispatcher ; protected static $ _app ; protected $ _modules ; ... public getConfig (): Yaf_Config_Abstract public getDispatcher (): Yaf_Dispatcher public getLastErrorMsg (): stri ... plication public __destruct () } プロパティ config dispatcher _app _modules _running _environ 目次 Yaf_Applicati ... getConfig — 設定情報を取得する Yaf_Application::getDispatcher — Yaf_Dispatcher のインスタンスを取得する Yaf_Appl ...
https://man.plustar.jp/php/class.yaf-application.html - [similar]
スクリプトを SCM に登録し、指定した名前でサービスとして稼動させる ようにする 6285
« win32_set_service_status win32_start_service » PHP Manual win32service 関数 スクリプトを SCM に ... として稼動させる ようにする win32_start_service_ctrl_dispatcher (PECL win32service >=0.1.0) win32_start_service_ct ... rl_dispatcher — スクリプトを SCM に登録し、指定した名前でサービス ... 稼動させる ようにする 説明 win32_start_service_ctrl_dispatcher ( string $name , bool $gracefulMode = true ): void ... るようになりました。 例 例1 win32_start_service_ctrl_dispatcher() の例 サービスが SCM で実行されているかどうかを調 ...
https://man.plustar.jp/php/function.win32-start-service-ctrl-dispatcher.html - [similar]
ブートストラップをコールする 6285
« Yaf_Application::app Yaf_Application::clearLastError » PHP Manual Yaf_Application ブートストラ ... af_Bootstrap_Abstract { function _initConfig ( Yaf_Dispatcher $dispatcher ) { echo "1st called\n" ; } function _ ... initPlugin ( $dispatcher ) { echo "2nd called\n" ; } } ?> 例2 Yaf_Applicati ...
https://man.plustar.jp/php/yaf-application.bootstrap.html - [similar]
Yaf_Plugin_Abstract クラス 6256
« Yaf_Loader::setLibraryPath Yaf_Plugin_Abstract::dispatchLoopShutdown » PHP Manual Yaf Yaf_Plug ... 変わりません。 プラグインを Yaf にロードするには Yaf_Dispatcher::registerPlugin() を使います。登録を済ませれば、こ ... strap_Abstract { public function _initPlugin ( Yaf_Dispatcher $dispatcher ) { /* register a plugin */ $dispatche ...
https://man.plustar.jp/php/class.yaf-plugin-abstract.html - [similar]
Yaf_Route_Regex のコンストラクタ 6256
« Yaf_Route_Regex::assemble Yaf_Route_Regex::route » PHP Manual Yaf_Route_Regex Yaf_Route_Regex ... Add a regex route to Yaf_Router route stack */ Yaf_Dispatcher :: getInstance ()-> getRouter ()-> addRoute ( "nam ... の例 <?php /** * Use match result as MVC name */ Yaf_Dispatcher :: getInstance ()-> getRouter ()-> addRoute ( "nam ... le <?php /** * Use match result as MVC name */ Yaf_Dispatcher :: getInstance ()-> getRouter ()-> addRoute ( "nam ... ou can call $request->getParam("uri") ), ), ); Yaf_Dispatcher :: getInstance ()-> getRouter ()-> addConfig ( new ...
https://man.plustar.jp/php/yaf-route-regex.construct.html - [similar]
The __construct purpose 6227
« Yaf_Route_Map::assemble Yaf_Route_Map::route » PHP Manual Yaf_Route_Map The __construct purpos ... * Add a map route to Yaf_Router route stack */ Yaf_Dispatcher :: getInstance ()-> getRouter ()-> addRoute ( "nam ... * Add a map route to Yaf_Router route stack */ Yaf_Dispatcher :: getInstance ()-> getRouter ()-> addRoute ( "nam ... Prefer" => FALSE , "delimiter" => "#!" , ), ); Yaf_Dispatcher :: getInstance ()-> getRouter ()-> addConfig ( new ...
https://man.plustar.jp/php/yaf-route-map.construct.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT