検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 296 for Yaf (0.009 sec.)
Yaf_Route_Simple のコンストラクタ 5497
« Yaf_Route_Simple::assemble Yaf_Route_Simple::route » PHP Manual Yaf_Route_Simple Yaf_Route_Sim ... ple のコンストラクタ Yaf_Route_Simple::__construct (Yaf >=1.0.0) Yaf_Route_ ... Simple::__construct — Yaf_Route_Simple のコンストラクタ 説明 public Yaf_Rout ... , string $controller_name , string $action_name ) Yaf_Route_Simple は、クエリストリングからルーティング情 ... ン情報のキー名 戻り値 常に true を返します。 例 例1 Yaf_Route_Simple::route() の例 <?php $route = new Yaf_ ...
https://man.plustar.jp/php/yaf-route-simple.construct.html - [similar]
例外のキャッチのオン/オフを切り替える 5459
« Yaf_Dispatcher::autoRender Yaf_Dispatcher::__construct » PHP Manual Yaf_Dispatcher 例外のキャッ ... チのオン/オフを切り替える Yaf_Dispatcher::catchException (Yaf >=1.0.0) Yaf_Dispa ... 例外のキャッチのオン/オフを切り替える 説明 public Yaf_Dispatcher::catchException ( bool $flag = ? ): Yaf ... lication.dispatcher.throwException が On (あるいは Yaf_Dispatcher::throwException(TRUE)() で有効にした) 場 ... 合、Yaf でエラーが発生したときに例外をスローします。 そのと ...
https://man.plustar.jp/php/yaf-dispatcher.catchexception.html - [similar]
Yaf_View_Interface クラス 5421
« Yaf_Action_Abstract::getControllerName Yaf_View_Interface::assign » PHP Manual Yaf Yaf_View_In ... terface クラス Yaf_View_Interface クラス (Yaf >=1.0.0) はじめに Yaf... は、組み込みのビューエンジン Yaf_View_Simple のかわりにカスタムビューを自作できるよ ... うになっています。 その実例は、 Yaf_Dispatcher::setView() を参照ください。 クラス概要 ... class Yaf_View_Interface { /* メソッド */ abstract public as ...
https://man.plustar.jp/php/class.yaf-view-interface.html - [similar]
使われているルート名を取得する 5383
« Yaf_Router::__construct Yaf_Router::getRoute » PHP Manual Yaf_Router 使われているルート名を取得 ... する Yaf_Router::getCurrentRoute (Yaf >=1.0.0) Yaf_Router:: ... Route — 使われているルート名を取得する 説明 public Yaf_Router::getCurrentRoute (): string ルーティングプロ ... ラップでのルートの登録 <?php class Bootstrap extends Yaf_Bootstrap_Abstract { public function _initConfig ( ... ) { $config = Yaf_Application :: app ()-> getConfig (); Yaf_Registry ...
https://man.plustar.jp/php/yaf-router.getcurrentroute.html - [similar]
アプリケーションの設定 5383
« 例 Yaf_Application » PHP Manual Yaf アプリケーションの設定 アプリケーションの設定 設定内容を記 ... した配列か、あるいは ini ファイルへのパス ( Yaf_Config_Ini を参照ください) を Yaf_Application::__c ... onstruct() に渡さなければいけません。 Yaf は、アプリケーションの設定とユーザーの設定を自動的 ... アプリケーションの設定には、プレフィックスとして "yaf." あるいは "application." がつきます。"yaf." と "a ... " => array( "ext" => "phtml" , ), ), ); $app = new Yaf_Application ( $configs ); ?> 例2 ini ファイルの例 ...
https://man.plustar.jp/php/yaf.appconfig.html - [similar]
Yaf_Route_Supervar クラス 5345
« Yaf_Route_Static::route Yaf_Route_Supervar::assemble » PHP Manual Yaf Yaf_Route_Supervar クラス ... Yaf_Route_Supervar クラス (Yaf >=1.0.0) はじめに クラス ... 概要 class Yaf_Route_Supervar implements Yaf_Route_Interface { /* ... $info , array $query = ? ): string public route ( Yaf_Request_Abstract $request ): bool } プロパティ _va ... r_name 目次 Yaf_Route_Supervar::assemble — URL を組み立てる Yaf_Ro ...
https://man.plustar.jp/php/class.yaf-route-supervar.html - [similar]
The dispatchLoopShutdown purpose 5345
« Yaf_Plugin_Abstract Yaf_Plugin_Abstract::dispatchLoopStartup » PHP Manual Yaf_Plugin_Abstract ... The dispatchLoopShutdown purpose Yaf_Plugin_Abstract::dispatchLoopShutdown (Yaf >=1.0.0 ... ) Yaf_Plugin_Abstract::dispatchLoopShutdown — The dispat ... chLoopShutdown purpose 説明 public Yaf_Plugin_Abstract::dispatchLoopShutdown ( Yaf_Reques ... t_Abstract $request , Yaf_Response_Abstract $response ): void これは、Yaf...
https://man.plustar.jp/php/yaf-plugin-abstract.dispatchloopshutdown.html - [similar]
RouterStartup フック 5345
« Yaf_Plugin_Abstract::routerShutdown Yaf_Registry » PHP Manual Yaf_Plugin_Abstract RouterStartu ... p フック Yaf_Plugin_Abstract::routerStartup (Yaf >=1.0.0) Yaf_P ... ::routerStartup — RouterStartup フック 説明 public Yaf_Plugin_Abstract::routerStartup ( Yaf_Request_Abstr ... act $request , Yaf_Response_Abstract $response ): void これは、Yaf... れています。 パラメータ request response 戻り値 参考 Yaf_Plugin_Abstract::routerShutdown() - The routerShut ...
https://man.plustar.jp/php/yaf-plugin-abstract.routerstartup.html - [similar]
Yaf_Config_Abstract クラス 5307
« Yaf_Dispatcher::throwException Yaf_Config_Abstract::get » PHP Manual Yaf Yaf_Config_Abstract ク ... ラス Yaf_Config_Abstract クラス (Yaf >=1.0.0) はじめに クラ ... ス概要 abstract class Yaf_Config_Abstract { /* プロパティ */ protected $ _co ... t public readonly (): bool abstract public set (): Yaf_Config_Abstract abstract public toArray (): array ... } プロパティ _config _readonly 目次 Yaf_Config_Abstract::get — ゲッター Yaf_Config_Abstrac ...
https://man.plustar.jp/php/class.yaf-config-abstract.html - [similar]
Yaf_Route_Map クラス 5307
« Yaf_Route_Interface::route Yaf_Route_Map::assemble » PHP Manual Yaf Yaf_Route_Map クラス Yaf_R ... oute_Map クラス (Yaf >=1.0.0) はじめに Yaf_Route_Map は標準で組み込まれ ... ドポイント (URI の中で、ベース URL の後に続く部分。 Yaf_Request_Abstract::setBaseUri() を参照ください) をコ ... ローラ名やアクション名に変換します (どちらになるかは Yaf_Route_Map::__construct() に渡すパラメータで決まりま ... ntroller A_B_C. A/B/C/D/E => controller A_B_C_D_E. Yaf_Route_Map::__construct() の二番目のパラメータを指定 ...
https://man.plustar.jp/php/class.yaf-route-map.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT