![]() |
EGOCMS
24.0
EGOTEC Content-Managament-System
|
Öffentliche Methoden | |
__construct ($title, $link, $description='') | |
setImage ($url, $title) | |
addItem ($title, $descr, $link, $author='', $pubDate=0, $extra=array()) | |
export () | |
Klasse um RSS Freeds zu erzeugen
Definiert in Zeile 6 der Datei RSSCreator.php.
__construct | ( | $title, | |
$link, | |||
$description = '' |
|||
) |
Definiert in Zeile 18 der Datei RSSCreator.php.
addItem | ( | $title, | |
$descr, | |||
$link, | |||
$author = '' , |
|||
$pubDate = 0 , |
|||
$extra = array() |
|||
) |
Einen Eintrag hinzufuegen
$pubDate | muss im Format Tue, "Sat, 8 Jul 2008 2:43:19 GMT" sein |
Definiert in Zeile 41 der Datei RSSCreator.php.
export | ( | ) |
Definiert in Zeile 79 der Datei RSSCreator.php.
setImage | ( | $url, | |
$title | |||
) |
Definiert in Zeile 31 der Datei RSSCreator.php.