ModuleHandler
ModuleHandler (전역 클래스) 클래스의 공개 메서드 목록입니다. 이 문서는 Zittme 코어 소스에서 자동 생성되었습니다.
소스: classes/module/ModuleHandler.class.php
공개 메서드
function __construct($module = '', $act = '', $mid = '', $document_srl = '', $module_srl = '')- prepares variables to use in moduleHandler
function init()- Initialization. It finds the target module based on module, mid, document_srl, and prepares to execute an action
function procModule()- get a module instance and execute an action
function displayContent($oModule = NULL)- display contents from executed module
static function procCommandLineArguments(array $args)- Process command line arguments.
static function getModulePath($module)- returns module's path
static function getModuleInstance($module, $type = 'view', $kind = '')- It creates a module instance
static function triggerCall($trigger_name, $called_position, &$obj)- call a trigger
static function _setHttpStatusMessage($code)- get http status message by http status code