Yaf_Application::app
(Yaf >=1.0.0)
Yaf_Application::app — Retrieve an Application instance
Beschreibung
Retrieve the Yaf_Application instance. Alternatively, we also could use Yaf_Dispatcher::getApplication().
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
A Yaf_Application instance, if no Yaf_Application was initialized before,
null
will be returned.
Siehe auch
- Yaf_Dispatcher::getApplication() - Retrieve the application