Yaf_Application::app

(Yaf >=1.0.0)

Yaf_Application::appRetrieve an Application instance

Opis

public staticYaf_Application::app ( void ) : mixed

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top