/** * 생성자 */ public function __construct() { parent::__construct(); $this->id = "wiki_lock"; $this->data_js_file = $this->data_path."/js/lock_plugin.js"; $this->init(); }
/** * 생성자 */ public function __construct() { parent::__construct(); $this->id = "wiki_data"; // {@link NarinPluginInfo} 클래스의 생성자에서 getSetting() 을 호출함 $this->init(); $this->db_table = "byfun_narin_dataplugin"; }
/** * * 생성자 */ public function __construct() { parent::__construct(); $this->id = "wiki_columns"; $this->init(); $this->jsfile = $this->data_path . '/js/columns_plugin.js'; $this->cssfile = $this->data_path . '/css/columns_plugin.css'; $this->iconfile = $this->data_path . '/css/columns_plugin.png'; }
/** * 생성자 */ public function __construct() { parent::__construct(); $this->id = "wiki_gallery"; $this->data_js_file = $this->data_path."/js/gallery_plugin.js"; $this->data_css_file = $this->data_path."/css/gallery_plugin.css"; // {@link NarinPluginInfo} 클래스의 생성자에서 getSetting() 을 호출함 $this->init(); }
/** * 생성자 */ public function __construct() { $this->id = "wiki_extended_variables"; parent::__construct(); $this->init(); }
/** * * 생성자 */ public function __construct() { parent::__construct(); $this->id = "wiki_code_highlighter"; $this->init(); }
/** * 생성자 */ public function __construct() { $this->id = "wiki_template"; parent::__construct(); $this->init(); }
/** * * 생성자 */ public function __construct() { $this->id = "wiki_include"; parent::__construct(); $this->init(); }
/** * * 생성자 */ public function __construct() { parent::__construct(); $this->id = "easy_level"; $this->init(); }
/** * * 생성자 */ public function __construct() { parent::__construct(); $this->id = "wiki_html"; $this->init(); }