Example #1
0
	/**
	 * 
	 * 생성자
	 */
	public function __construct() {
		$this->id = "wiki_action_data";		
		parent::__construct();
		$this->db_table = 'byfun_narin_dataplugin';
	}	  	
Example #2
0
	/**
	 * 
	 * 생성자
	 */
	public function __construct() {
		$this->id = "wiki_action_semantic";		
		parent::__construct();
	}	  	
Example #3
0
	/**
	 * 
	 * 생성자
	 */
	public function __construct() {
		$this->id = "wiki_action_gallery";		
		parent::__construct();
	}	  	
Example #4
0
	/**
	 * 
	 * 생성자
	 */
	public function __construct() {
		$this->id = "wiki_action_list";		
		parent::__construct();
	}	  	
Example #5
0
	/**
	 *
	 * 생성자
	 */
	public function __construct() {
		parent::__construct();
		$this->id = "wiki_default_action";
		$this->shared = array();		
	}