|
Yaf_Application::bootstrapCall bootstrap Beschreibung
public void Yaf_Application::bootstrap
([ Yaf_Bootstrap_Abstract
$bootstrap
] )Run a Bootstrap, all the methods defined in the Bootstrap and named with prefix "_init" will be called according to their declaration order, if the parameter bootstrap is not supplied, Yaf will look for a Bootstrap under application.directory. Parameter-Liste
RückgabewerteYaf_Application instance BeispieleBeispiel #1 A Bootstrapexample
<?phpBeispiel #2 Yaf_Application::bootstrapexample
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: 1st called 2nd called Siehe auch
|