検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 296 for Yaf (0.028 sec.)
Yaf_Session クラス 6437
« Yaf_Route_Supervar::route Yaf_Session::__construct » PHP Manual Yaf Yaf_Session クラス Yaf_Ses ... sion クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf_Session imp ... void } プロパティ _instance _session _started 目次 Yaf_Session::__construct — Yaf_Session のコンストラクタ ... Yaf_Session::count — The count purpose Yaf_Session::cu ... rrent — The current purpose Yaf_Session::del — The del purpose Yaf_Session::__get ...
https://man.plustar.jp/php/class.yaf-session.html - [similar]
Yaf_Application クラス 6209
« アプリケーションの設定 Yaf_Application::app » PHP Manual Yaf Yaf_Application クラス Yaf_Applic ... ormation available, might only be in Git) はじめに Yaf_Application はアプリケーションのブートストラップ機 ... プクラス、 そして依存関係のチェックなどです。 注意 : Yaf_Application はシングルトンパターンを実装しており、 ... シリアライズはできません。これは、 PHPUnit を使って Yaf 用のテストケースを書こうとしたときに問題の原因とな ... で、 この問題に対応できます。 クラス概要 final class Yaf_Application { /* プロパティ */ protected $ config ...
https://man.plustar.jp/php/class.yaf-application.html - [similar]
Yaf_Controller_Abstract クラス 6095
« Yaf_Config_Simple::valid Yaf_Controller_Abstract::__construct » PHP Manual Yaf Yaf_Controller_ ... Abstract クラス Yaf_Controller_Abstract クラス (Yaf >=1.0.0) はじめに ... Yaf_Controller_Abstract は Yaf システムの中心となるクラスです。 MVC は Model-View ... ザインパターンです。 すべてのカスタムコントローラは Yaf_Controller_Abstract を継承する必要があります。 カス ... ローラでは __construct を定義できません。そのため、 Yaf_Controller_Abstract ではマジックメソッド Yaf_Contr ...
https://man.plustar.jp/php/class.yaf-controller-abstract.html - [similar]
Yaf_Route_Regex のコンストラクタ 6095
« Yaf_Route_Regex::assemble Yaf_Route_Regex::route » PHP Manual Yaf_Route_Regex Yaf_Route_Regex ... のコンストラクタ Yaf_Route_Regex::__construct (Yaf >=1.0.0) Yaf_Route_R ... egex::__construct — Yaf_Route_Regex のコンストラクタ 説明 public Yaf_Route ... エストの URI とマッチさせます。 もしマッチしなければ Yaf_Route_Regex は false を返します。 route リクエスト ... URI がパターンにマッチしたときに、 Yaf_Route_Regex はこれを使ってルーティング先を判断しま ...
https://man.plustar.jp/php/yaf-route-regex.construct.html - [similar]
Yaf_Loader クラス 6019
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa ... der クラス (Yaf >=1.0.0) はじめに Yaf_Loader は、 Yaf 用に包括的な ... オートローディング機能を導入します。 最初に Yaf_Application のインスタンスを取得するときに、 Yaf_L ... oload に登録します。このインスタンスを取得するには Yaf_Loader::getInstance() を使います。 Yaf_Loader は、 ... スのロードを一度だけ試みます。 失敗した場合の挙動は yaf.use_spl_auload によって変わります。もしこの設定が ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
The __construct purpose 6019
« Yaf_Route_Map::assemble Yaf_Route_Map::route » PHP Manual Yaf_Route_Map The __construct purpos ... e Yaf_Route_Map::__construct (Yaf >=1.0.0) Yaf_Route_Map ... :__construct — The __construct purpose 説明 public Yaf_Route_Map::__construct ( string $controller_prefer ... なすかアクションとみなすか。 delimiter 戻り値 例 例1 Yaf_Route_Map() の例 <?php /** * Add a map route to Ya ... f_Router route stack */ Yaf_Dispatcher :: getInstance ()-> getRouter ()-> addR ...
https://man.plustar.jp/php/yaf-route-map.construct.html - [similar]
Yaf_Config_Ini クラス 5905
« Yaf_Config_Abstract::toArray Yaf_Config_Ini::__construct » PHP Manual Yaf Yaf_Config_Ini クラス ... Yaf_Config_Ini クラス (Yaf >=1.0.0) はじめに Yaf_Confi ... 、その後に継承元のセクション名を指定します。 注意 : Yaf_Config_Ini は、PHP の関数 parse_ini_file() を利用し ... いも、parse_ini_file() に従います。 クラス概要 class Yaf_Config_Ini extends Yaf_Config_Abstract implements ... id (): void /* 継承したメソッド */ abstract public Yaf_Config_Abstract::get ( string $name , mixed $value ...
https://man.plustar.jp/php/class.yaf-config-ini.html - [similar]
Yaf_Route_Regex クラス 5829
« Yaf_Route_Map::route Yaf_Route_Regex::assemble » PHP Manual Yaf Yaf_Route_Regex クラス Yaf_Rou ... te_Regex クラス (Yaf >=1.0.0) はじめに Yaf_Route_Regex は、 Yaf の組み込 ... なかでも一番柔軟性の高いものです。 クラス概要 class Yaf_Route_Regex extends Yaf_Route_Interface implements ... Yaf_Route_Interface { /* プロパティ */ protected $ _ro ... info , array $query = ? ): ? string public route ( Yaf_Request_Abstract $request ): bool /* 継承したメソッ ...
https://man.plustar.jp/php/class.yaf-route-regex.html - [similar]
Yaf_Route_Rewrite クラス 5791
« Yaf_Route_Regex::route Yaf_Route_Rewrite::assemble » PHP Manual Yaf Yaf_Route_Rewrite クラス Yaf ... af_Route_Rewrite クラス (Yaf >=1.0.0) はじめに 使いかたについては、 Yaf_Route_R ... ruct() のサンプルを参照ください。 クラス概要 class Yaf_Route_Rewrite extends Yaf_Route_Interface implemen ... ts Yaf_Route_Interface { /* プロパティ */ protected $ _ro ... $info , array $query = ? ): string public route ( Yaf_Request_Abstract $request ): bool /* 継承したメソッ ...
https://man.plustar.jp/php/class.yaf-route-rewrite.html - [similar]
The __construct purpose 5791
« Yaf_Route_Supervar::assemble Yaf_Route_Supervar::route » PHP Manual Yaf_Route_Supervar The __c ... onstruct purpose Yaf_Route_Supervar::__construct (Yaf >=1.0.0) Yaf_Rout ... :__construct — The __construct purpose 説明 public Yaf_Route_Supervar::__construct ( string $supervar_nam ... e ) Yaf_Route_Supervar は Yaf_Route_Static と似ています。違 ... うところは、 Yaf_Route_Supervar がクエリ文字列からパス情報を探すとこ ...
https://man.plustar.jp/php/yaf-route-supervar.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT