Exemplo n.º 1
0
 function RSSCreator20()
 {
     parent::_setRSSVersion("2.0");
 }
Exemplo n.º 2
0
 function RSSCreator20()
 {
     //$this->encoding = "utf-8";
     parent::_setRSSVersion("2.0");
 }
Exemplo n.º 3
0
 function RSSCreator20()
 {
     parent::_setRSSVersion("2.0");
     $this->contentType = "application/rss+xml";
 }
Exemplo n.º 4
0
 public function __construct($identifier = '')
 {
     parent::__construct($identifier);
     parent::_setRSSVersion('2.0" xmlns:atom="http://www.w3.org/2005/Atom');
 }
Exemplo n.º 5
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::_setRSSVersion("2.0");
 }
Exemplo n.º 6
0
 function __construct()
 {
     parent::_setRSSVersion("2.0");
     parent::addNameSpace('xmlns:atom', 'http://www.w3.org/2005/Atom');
     parent::addNameSpace('xmlns:dc', 'http://purl.org/dc/elements/1.1/');
 }