Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
PHP Yasc_App::getViewの例
プログラミング言語:
PHP
クラス/型:
Yasc_App
メソッド/関数:
getView
hotexamples.comのコード掲載数:
1
PHP Yasc_App::getView - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたPHPの
Yasc_App::getView
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
getInstance(6)
config(3)
view(2)
getRequest(2)
functionHelper(2)
_configure(1)
getHelperManager(1)
response(1)
request(1)
params(1)
getView(1)
getUserDefinedFunctions(1)
getResponse(1)
getNamespaces(1)
getFunction(1)
getFunctions(1)
_dispatch(1)
getConfig(1)
_setView(1)
_setNamespaces(1)
_processRoutes(1)
_processFunctions(1)
_preDispatch(1)
_postDispatch(1)
_instance(1)
_initialize(1)
_execute(1)
viewHelper(1)
よく使われるメソッド
getInstance (6)
config (3)
view (2)
getRequest (2)
functionHelper (2)
_configure (1)
getHelperManager (1)
response (1)
request (1)
params (1)
よく使われるメソッド
getView (1)
getUserDefinedFunctions (1)
getResponse (1)
getNamespaces (1)
getFunction (1)
getFunctions (1)
_dispatch (1)
getConfig (1)
_setView (1)
_setNamespaces (1)
_processRoutes (1)
_processFunctions (1)
_preDispatch (1)
_postDispatch (1)
_instance (1)
_initialize (1)
_execute (1)
viewHelper (1)
よく使われるメソッド
_processRoutes (1)
_processFunctions (1)
_preDispatch (1)
_postDispatch (1)
_instance (1)
_initialize (1)
_execute (1)
viewHelper (1)
コード例 #1
0
ファイルを表示
ファイル:
App.php
プロジェクト:
nebiros/yasc
/** * * @return Yasc_View */ public static function view() { return self::$_instance->getView(); }
x