PHP » GoLang |
login |
register |
about
|
GoLang Yaf_Application::getModules
request it (295)
GoLang replacement for PHP's Yaf_Application::getModules
[edit | history]
PHP Yaf_Application::getModulesPHP original manual for Yaf_Application::getModules [ show | php.net ]Yaf_Application::getModules(Yaf >=1.0.0) Yaf_Application::getModules — Get defined module names Description
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". ParametersThis function has no parameters. Return Values
ExamplesExample #1 Yaf_Application::getModules()example
<?php The above example will output something similar to: Array ( [0] => Index ) |
more
Recently updated
more
Most requested
more
Last requests
|