Zend Framework
1.12
|
Public Member Functions | |
__construct ($title, $link, $charset= 'utf-8') | |
Constructor. | |
__get ($name) | |
Read only properties accessor. | |
__set ($name, $value) | |
Write properties accessor. | |
__isset ($key) | |
Isset accessor. | |
__unset ($key) | |
Unset accessor. | |
setLastUpdate ($lastUpdate) | |
Timestamp of the update date. | |
setPublishedDate ($published) | |
Timestamp of the publication date. | |
setDescription ($description) | |
Short description of the feed. | |
setAuthor ($author) | |
Sets the author of the feed. | |
setEmail ($email) | |
Sets the author's email. | |
setCopyright ($copyright) | |
Sets the copyright notice. | |
setImage ($image) | |
Sets the image of the feed. | |
setGenerator ($generator) | |
Sets the generator of the feed. | |
setLanguage ($language) | |
Sets the language of the feed. | |
setWebmaster ($webmaster) | |
Email address for person responsible for technical issues Ignored if atom is used. | |
setTtl ($ttl) | |
How long in minutes a feed can be cached before refreshing Ignored if atom is used. | |
setRating ($rating) | |
PICS rating for the feed Ignored if atom is used. | |
setCloud ($uri, $procedure, $protocol) | |
Cloud to be notified of updates of the feed Ignored if atom is used. | |
setTextInput ($title, $description, $name, $link) | |
A text input box that can be displayed with the feed Ignored if atom is used. | |
setSkipHours (array $hours) | |
Hint telling aggregators which hours they can skip Ignored if atom is used. | |
setSkipDays (array $days) | |
Hint telling aggregators which days they can skip Ignored if atom is used. | |
setITunes (Zend_Feed_Builder_Header_Itunes $itunes) | |
Sets the iTunes rss extension. | |
__construct | ( | $title, | |
$link, | |||
$charset = 'utf-8' |
|||
) |
Constructor.
string | $title | title of the feed |
string | $link | canonical url of the feed |
string | $charset | charset of the textual data |
__get | ( | $name | ) |
Read only properties accessor.
string | $name | property to read |
__isset | ( | $key | ) |
Isset accessor.
string | $key |
__set | ( | $name, | |
$value | |||
) |
Write properties accessor.
string | $name | name of the property to set |
mixed | $value | value to set |
__unset | ( | $key | ) |
Unset accessor.
string | $key |
setAuthor | ( | $author | ) |
setCloud | ( | $uri, | |
$procedure, | |||
$protocol | |||
) |
Cloud to be notified of updates of the feed Ignored if atom is used.
string | Zend_Uri_Http | $uri | |
string | $procedure | procedure to call, e.g. myCloud.rssPleaseNotify |
string | $protocol | protocol to use, e.g. soap or xml-rpc |
Zend_Feed_Builder_Exception |
setCopyright | ( | $copyright | ) |
setDescription | ( | $description | ) |
setEmail | ( | ) |
Sets the author's email.
string |
Zend_Feed_Builder_Exception |
setGenerator | ( | $generator | ) |
setImage | ( | $image | ) |
setITunes | ( | Zend_Feed_Builder_Header_Itunes | $itunes | ) |
Sets the iTunes rss extension.
Zend_Feed_Builder_Header_Itunes | $itunes |
setLanguage | ( | $language | ) |
setLastUpdate | ( | $lastUpdate | ) |
setPublishedDate | ( | $published | ) |
setRating | ( | $rating | ) |
PICS rating for the feed Ignored if atom is used.
string | $rating |
setSkipDays | ( | array | $days | ) |
Hint telling aggregators which days they can skip Ignored if atom is used.
array | $days | list of days to skip, e.g. Monday |
Zend_Feed_Builder_Exception |
setSkipHours | ( | array | $hours | ) |
Hint telling aggregators which hours they can skip Ignored if atom is used.
array | $hours | list of hours in 24 format |
Zend_Feed_Builder_Exception |
setTextInput | ( | $title, | |
$description, | |||
$name, | |||
$link | |||
) |
A text input box that can be displayed with the feed Ignored if atom is used.
string | $title | the label of the Submit button in the text input area |
string | $description | explains the text input area |
string | $name | the name of the text object in the text input area |
string | $link | the URL of the CGI script that processes text input requests |
setTtl | ( | $ttl | ) |
How long in minutes a feed can be cached before refreshing Ignored if atom is used.
int | $ttl |
Zend_Feed_Builder_Exception |
setWebmaster | ( | $webmaster | ) |
Email address for person responsible for technical issues Ignored if atom is used.
string | $webmaster |
Zend_Feed_Builder_Exception |