Yaf_Application
PHP Manual

Yaf_Application::app

(PECL yaf >=1.0.0)

Yaf_Application::appRetrive an Application instance

说明

public static void Yaf_Application::app ( void )

Retrive the Yaf_Application instance, alternatively, we also could use Yaf_Dispatcher::getApplication().

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

an Yaf_Application instance, if no Yaf_Application initialized before, NULL will be returned.

参见


Yaf_Application
PHP Manual