Yaf_Application::app

(PECL yaf >=1.0.0)

Yaf_Application::appRetrive an Application instance

Beskrivelse

public static void Yaf_Application::app ( void )

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

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

This function has no parameters.

Returnerings Værdier

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

Se også

add a note add a note

User Contributed Notes

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