|
Yaf_Application::getModulesGet defined module names Beschreibung
public array Yaf_Application::getModules
( void
)
Get the modules list defined in config, if no one defined, there will always be a module named "Index". Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
BeispieleBeispiel #1 Yaf_Application::getModulesexample
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
Array
(
[0] => Index
)
|