Yaf_Application::app

Retrieve an Application instance

Beschreibung

public static void Yaf_Application::app ( void )

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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

Siehe auch

  • Yaf_Dispatcher::getApplication