Results of 1 - 10 of about 11 for getRoute (0.001 sec.)
- 名前を指定してルートを取得する 13496
- « Yaf_Router::getCurrentRoute Yaf_Router::getRoutes » PHP Manual Yaf_Router 名前を指定してルート
... を取得する Yaf_Router::getRoute (Yaf >=1.0.0) Yaf_Router::getRoute — 名前を指定して ... ルートを取得する 説明 public Yaf_Router::getRoute ( string $name ): Yaf_Route_Interface 名前を指定し ... , 取得 , Router , 名前 , 指定 , getCurrentRoute , getRoute , パラメータ , addRoute ...
-
https://man.plustar.jp/php/yaf-router.getroute.html
- [similar]
- 登録済みのルートを取得する 10455
- « Yaf_Router::getRoute Yaf_Router::route » PHP Manual Yaf_Router 登録済みのルートを取得する Yaf_
... Router::getRoutes (Yaf >=1.0.0) Yaf_Router::getRoutes — 登録済みのル ... ートを取得する 説明 public Yaf_Router::getRoutes (): mixed 登録済みのルートを取得します。 パラメー ... 連キーワード: 登録 , ルート , 取得 , Yaf , Router , getRoutes , パラメータ , getRoute , route , public ...
-
https://man.plustar.jp/php/yaf-router.getroutes.html
- [similar]
- URLを組み立てる 9353
- « Yaf_Route_Map Yaf_Route_Map::__construct » PHP Manual Yaf_Route_Map URLを組み立てる Yaf_Route_
... addRoute ( "map" , $route ); var_dump ( $router -> getRoute ( 'map' )-> assemble ( array( ':c' => 'foo_bar' ), ... addRoute ( "map" , $route ); var_dump ( $router -> getRoute ( 'map' )-> assemble ( array( ':a' => 'foo_bar' ), ...
-
https://man.plustar.jp/php/yaf-route-map.assemble.html
- [similar]
- URL を組み立てる 9353
- « Yaf_Route_Static Yaf_Route_Static::match » PHP Manual Yaf_Route_Static URL を組み立てる Yaf_Ro
... Route ( "static" , $route ); var_dump ( $router -> getRoute ( 'static' )-> assemble ( array( ':a' => 'yafactio ... ':m' => 'yafmodule' ), ) ); var_dump ( $router -> getRoute ( 'static' )-> assemble ( array( ':a' => 'yafactio ...
-
https://man.plustar.jp/php/yaf-route-static.assemble.html
- [similar]
- URL を組み立てる 9210
- « Yaf_Route_Supervar Yaf_Route_Supervar::__construct » PHP Manual Yaf_Route_Supervar URL を組み立
... ute ( "supervar" , $route ); var_dump ( $router -> getRoute ( 'supervar' )-> assemble ( array( ':a' => 'yafact ... key2' => 'tval2' ) )); try { var_dump ( $router -> getRoute ( 'supervar' )-> assemble ( array( ':a' => 'yafact ...
-
https://man.plustar.jp/php/yaf-route-supervar.assemble.html
- [similar]
- Yaf_Router クラス 7966
- « Yaf_Route_Rewrite::route Yaf_Router::addConfig » PHP Manual Yaf Yaf_Router クラス Yaf_Router ク
... e ): bool public getCurrentRoute (): string public getRoute ( string $name ): Yaf_Route_Interface public getRo ... Route — 使われているルート名を取得する Yaf_Router::getRoute — 名前を指定してルートを取得する Yaf_Router::getRo ...
-
https://man.plustar.jp/php/class.yaf-router.html
- [similar]
- URLを組み立てる 7966
- « Yaf_Route_Rewrite Yaf_Route_Rewrite::__construct » PHP Manual Yaf_Route_Rewrite URLを組み立てる
... er->addRoute("rewrite", $route); var_dump($router->getRoute('rewrite')->assemble( array( ':name' => 'foo', ':i ...
-
https://man.plustar.jp/php/yaf-route-rewrite.assemble.html
- [similar]
- URL を組み立てる 7823
- « Yaf_Route_Regex Yaf_Route_Regex::__construct » PHP Manual Yaf_Route_Regex URL を組み立てる Yaf
... dRoute ( "regex" , $route ); var_dump ( $router -> getRoute ( 'regex' )-> assemble ( array( ':m' => 'module' , ...
-
https://man.plustar.jp/php/yaf-route-regex.assemble.html
- [similar]
- URLを組み立てる 7823
- « Yaf_Route_Simple Yaf_Route_Simple::__construct » PHP Manual Yaf_Route_Simple URLを組み立てる Y
... Route ( "simple" , $route ); var_dump ( $router -> getRoute ( 'simple' )-> assemble ( array( ':a' => 'yafactio ...
-
https://man.plustar.jp/php/yaf-route-simple.assemble.html
- [similar]
- 使われているルート名を取得する 7539
- « Yaf_Router::__construct Yaf_Router::getRoute » PHP Manual Yaf_Router 使われているルート名を取得
... ispatcher $dispatcher ) { $router = $dispatcher -> getRouter (); $rewrite_route = new Yaf_Route_Rewrite ( "/pr ... ) { var_dump ( Yaf_Dispatcher :: getInstance ()-> getRouter ()-> getCurrentRoute ()); } } ?> 上の例の出力は、 ...
-
https://man.plustar.jp/php/yaf-router.getcurrentroute.html
- [similar]