Zend Framework
1.12
|
Public Member Functions | |
__construct (array $categories) | |
Constructor. | |
setCategories (array $categories) | |
Sets the categories column and in iTunes Music Store Browse $categories must conform to the following format: array(array('main' => 'main category', 'sub' => 'sub category' // optionnal ), // up to 3 rows ) | |
setAuthor ($author) | |
Sets the artist value, default to the feed's author value. | |
setOwner ($name= '', $email= '') | |
Sets the owner of the postcast. | |
setImage ($image) | |
Sets the album/podcast art picture Default to the feed's image value. | |
setSubtitle ($subtitle) | |
Sets the short description of the podcast Default to the feed's description. | |
setSummary ($summary) | |
Sets the longer description of the podcast Default to the feed's description. | |
setBlock ($block) | |
Prevent a feed from appearing. | |
setExplicit ($explicit) | |
Configuration of the parental advisory graphic. | |
setKeywords ($keywords) | |
Sets a comma separated list of 12 keywords maximum. | |
setNewFeedUrl ($url) | |
Sets the new feed URL location. | |
__get ($name) | |
Read only properties accessor. | |
__set ($name, $value) | |
Write properties accessor. | |
__isset ($key) | |
Isset accessor. | |
__unset ($key) | |
Unset accessor. | |
__construct | ( | array | $categories | ) |
Constructor.
array | $categories | Categories columns and in iTunes Music Store Browse |
__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 | ) |
Sets the artist value, default to the feed's author value.
string | $author |
setBlock | ( | $block | ) |
Prevent a feed from appearing.
string | $block | can be 'yes' or 'no' |
Zend_Feed_Builder_Exception |
setCategories | ( | array | $categories | ) |
Sets the categories column and in iTunes Music Store Browse $categories must conform to the following format: array(array('main' => 'main category', 'sub' => 'sub category' // optionnal ), // up to 3 rows )
array | $categories |
Zend_Feed_Builder_Exception |
setExplicit | ( | $explicit | ) |
Configuration of the parental advisory graphic.
string | $explicit | can be 'yes', 'no' or 'clean' |
Zend_Feed_Builder_Exception |
setImage | ( | $image | ) |
Sets the album/podcast art picture Default to the feed's image value.
string | $image |
setKeywords | ( | $keywords | ) |
Sets a comma separated list of 12 keywords maximum.
string | $keywords |
setNewFeedUrl | ( | $url | ) |
setOwner | ( | $name = '' , |
|
$email = '' |
|||
) |
Sets the owner of the postcast.
string | $name | default to the feed's author value |
string | default to the feed's email value |
Zend_Feed_Builder_Exception |
setSubtitle | ( | $subtitle | ) |
Sets the short description of the podcast Default to the feed's description.
string | $subtitle |
setSummary | ( | $summary | ) |
Sets the longer description of the podcast Default to the feed's description.
string | $summary |