コード例 #1
0
ファイル: info.php プロジェクト: J2paper/narinwiki
	/**
	 * 생성자
	 */
	public function __construct() {		
		parent::__construct();
		
		$this->id = "wiki_lock";
		$this->data_js_file = $this->data_path."/js/lock_plugin.js";
		$this->init();
	}
コード例 #2
0
ファイル: info.php プロジェクト: J2paper/narinwiki-plugins
	/**
	 * 생성자
	 */
	public function __construct() {
		
		parent::__construct();			
		
		$this->id = "wiki_data";				
		
		// {@link NarinPluginInfo} 클래스의 생성자에서 getSetting() 을 호출함		
		$this->init();
		$this->db_table = "byfun_narin_dataplugin";
	}
コード例 #3
0
ファイル: info.php プロジェクト: J2paper/narinwiki
	/**
	 * 
	 * 생성자
	 */		  	
	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';
	}	  	
コード例 #4
0
ファイル: info.php プロジェクト: J2paper/narinwiki
	/**
	 * 생성자
	 */
	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();
	}
コード例 #5
0
ファイル: info.php プロジェクト: J2paper/narinwiki-plugins
 /**
  * 생성자
  */
 public function __construct()
 {
     $this->id = "wiki_extended_variables";
     parent::__construct();
     $this->init();
 }
コード例 #6
0
ファイル: info.php プロジェクト: J2paper/narinwiki
	/**
	 * 
	 * 생성자
	 */		  	
	public function __construct() {
		parent::__construct();
		
		$this->id = "wiki_code_highlighter";				
		$this->init();
	}	  	
コード例 #7
0
ファイル: info.php プロジェクト: J2paper/narinwiki-plugins
 /**
  * 생성자
  */
 public function __construct()
 {
     $this->id = "wiki_template";
     parent::__construct();
     $this->init();
 }
コード例 #8
0
ファイル: info.php プロジェクト: J2paper/narinwiki-plugins
 /**
  * 
  * 생성자
  */
 public function __construct()
 {
     $this->id = "wiki_include";
     parent::__construct();
     $this->init();
 }
コード例 #9
0
ファイル: info.php プロジェクト: J2paper/narinwiki
	/**
	 * 
	 * 생성자
	 */		  	
	public function __construct() {
		parent::__construct();
				
		$this->id = "easy_level";				
		$this->init();
	}	  	
コード例 #10
0
ファイル: info.php プロジェクト: J2paper/narinwiki
	/**
	 * 
	 * 생성자
	 */		  	
	public function __construct() {
		parent::__construct();
				
		$this->id = "wiki_html";				
		$this->init();
	}