Yaf_Application
PHP Manual

Yaf_Application::app

(Yaf >=1.0.0)

Yaf_Application::appRetrieve an Application instance

Descrição

public static void Yaf_Application::app ( void )

Retrieve the Yaf_Application instance. Alternatively, we also could use Yaf_Dispatcher::getApplication().

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Veja Também


Yaf_Application
PHP Manual