public function __construct($parent) { parent::__construct($parent); $this->lang = null; $this->id = null; $this->url = null; }
public function __construct($parent) { parent::__construct($parent); if (!isset(self::$cache)) { self::$cache = array(); } self::$path = "/tmp/wssub"; }
/** * @return unknown_type */ public function __construct($parent) { parent::__construct($parent); $this->num = null; $this->title = null; $this->subtitles = array(); $this->url = null; }
public function __construct($parent) { parent::__construct($parent); $this->id = null; $this->name = null; $this->href = null; $this->languages = array(); $this->seasons = array(); }
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(); }
public function __construct($parent) { parent::__construct($parent); $this->num = null; $this->episodes = array(); }
public function __construct($parent) { parent::__construct($parent); $this->allowed = array('search', 'lang', 'episode', 'season'); }
public function log_flush() { self::$log_array = null; }