mobile용 객체 리턴하는 메소드 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-03-10 02:02:00 +00:00
parent 63ed9c2fa9
commit beea2b09d2

View file

@ -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 모듈이름