mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
mobile용 객체 리턴하는 메소드 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
63ed9c2fa9
commit
beea2b09d2
1 changed files with 9 additions and 0 deletions
|
|
@ -111,6 +111,15 @@
|
|||
return getModule($module_name, 'view');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief module의 mobile 객체 생성용
|
||||
* @param module_name 모듈이름
|
||||
* @return module mobile instance
|
||||
**/
|
||||
function &getMobile($module_name) {
|
||||
return getModule($module_name, 'mobile');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief module의 admin view 객체 생성용
|
||||
* @param module_name 모듈이름
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue