mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@25 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
507b09a62e
commit
c690cff0c8
17 changed files with 1216 additions and 1028 deletions
|
|
@ -17,13 +17,13 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief module_manager::getModuleObject($module_name, $act_type)을 쓰기 쉽게 함수로 선언
|
||||
* @brief ModuleHandler::getModuleObject($module_name, $act_type)을 쓰기 쉽게 함수로 선언
|
||||
* @param module_name 모듈이름
|
||||
* @param act_type disp, proc, lib(기본), admin
|
||||
* @return module instance
|
||||
**/
|
||||
function getModule($module_name, $act_type = 'lib') {
|
||||
return module_manager::getModuleObject($module_name, $act_type);
|
||||
function getModule($module_name, $act_type = 'view') {
|
||||
return ModuleHandler::getModuleInstance($module_name, $act_type);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue