update : 2015.11.03
php.shukuma.com검색:
|
Yaf_Application::getModules(Yaf >=1.0.0) Yaf_Application::getModules — Get defined module names 설명
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". 인수이 함수는 인수가 없습니다. 반환값
예제Example #1 Yaf_Application::getModules()example
<?php 위 예제의 출력 예시: Array ( [0] => Index ) |