Beispiel #1
0
 /**
  * Constructor
  *
  * @param boolean $indent  flag to turn indenting on or off
  *
  * @return void
  */
 function __construct($indent = true)
 {
     parent::__construct($indent);
     $this->namespaces = array();
     $this->authors = array();
     $this->links = array();
     $this->entries = array();
     $this->addNamespace('', 'http://www.w3.org/2005/Atom');
 }