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