Method | Description | |
---|---|---|
appendTo ( Suin\RSSWriter\ChannelInterface $channel ) | Append item to the channel | |
asXML ( ) : |
Return XML object | |
author ( string $author ) | Set the author | |
category ( string $name, string $domain = null ) | Set item category | |
contentEncoded ( string $content ) | Set content:encoded | |
description ( string $description ) | Set item description | |
enclosure ( string $url, integer $length, string $type = 'audio/mpeg' ) | Set enclosure | |
guid ( string $guid, boolean $isPermalink = false ) | Set GUID | |
pubDate ( integer $pubDate ) | Set published date | |
title ( string $title ) | Set item title | |
url ( string $url ) | Set item URL |
public appendTo ( Suin\RSSWriter\ChannelInterface $channel ) | ||
$channel | Suin\RSSWriter\ChannelInterface |
public contentEncoded ( string $content ) | ||
$content | string |
public description ( string $description ) | ||
$description | string |