Example #1
0
 public function __construct($id = null, $parent = null)
 {
     if ($id != null) {
         $this->id = $id;
     }
     parent::__construct("{$this->id}.xml", "series");
     $this->_parent = $parent;
 }
Example #2
0
 public function __construct()
 {
     parent::__construct("store.xml");
 }
Example #3
0
 public function __construct($id = null)
 {
     if ($id != null) {
         $this->id = $id;
     }
     parent::__construct("{$this->id}.xml", "movies");
 }
Example #4
0
 public function __construct()
 {
     parent::__construct("settings.xml");
 }
Example #5
0
 public function __construct()
 {
     parent::__construct("watchers.xml");
 }