예제 #1
0
파일: wssubSite.php 프로젝트: showi/prog
 public function __construct($parent)
 {
     parent::__construct($parent);
     $this->prefix_url = null;
     $this->search_url = null;
     $this->search_id_url = null;
     $this->download_id_url = null;
     $this->name = null;
     $this->url = null;
     $this->request = null;
     self::$data_store = array();
     $this->log_array = array();
 }