insertComponent('colorpicker_text',true); $oEditorController->insertComponent('colorpicker_bg',true); $oEditorController->insertComponent('emoticon',true); $oEditorController->insertComponent('url_link',true); $oEditorController->insertComponent('image_link',true); $oEditorController->insertComponent('multimedia_link',true); $oEditorController->insertComponent('image_gallery',true); $oEditorController->insertComponent('quotation',true); $oEditorController->insertComponent('table_maker',true); return new Object(); } /** * @brief 설치가 이상이 없는지 체크하는 method **/ function moduleIsInstalled() { return new Object(); } /** * @brief 업데이트 실행 **/ function moduleUpdate() { return new Object(); } } ?>