public function __construct($baseURI = NULL, $title = NULL, $link = NULL, $updated = NULL, $author = NULL, $id = NULL)
 {
     parent::__construct();
     $this->baseURI = $baseURI;
     $this->id = $id;
     $this->title = $title;
     $this->constructHeader();
 }
 public function __construct($baseURI = NULL)
 {
     parent::__construct();
     $this->constructServiceDocumentHeaders();
     $this->baseURI = $baseURI;
 }
 public function __construct($baseURI = NULL)
 {
     parent::__construct();
     $this->baseURI = $baseURI;
     $this->feed =& $this->DOM;
 }
 public function __construct($baseURI = NULL)
 {
     parent::__construct();
     $this->baseURI = $baseURI;
     $this->constructFeedHeader();
 }