Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
ITunes rss extension
Classes used to describe the itunes channel extension
__construct(
array $categories
)
:
void
Constructor
__get(
string $name
)
:
mixed
Read only properties accessor
__isset(
string $key
)
:
boolean
Isset accessor
__set(
string $name, mixed $value
)
:
void
Write properties accessor
__unset(
string $key
)
:
void
Unset accessor
setAuthor(
string $author
)
:
Zend_Feed_Builder_Header_Itunes
Sets the artist value, default to the feed's author value
setBlock(
string $block
)
:
Zend_Feed_Builder_Header_Itunes
Prevent a feed from appearing
setCategories(
array $categories
)
:
Zend_Feed_Builder_Header_Itunes
Sets the categories column and in iTunes Music Store Browse $categories must conform to the following format: <code> array(array('main' => 'main category', 'sub' => 'sub category' // optionnal ), // up to 3 rows ) </code>
setExplicit(
string $explicit
)
:
Zend_Feed_Builder_Header_Itunes
Configuration of the parental advisory graphic
setImage(
string $image
)
:
Zend_Feed_Builder_Header_Itunes
Sets the album/podcast art picture Default to the feed's image value
setKeywords(
string $keywords
)
:
Zend_Feed_Builder_Header_Itunes
Sets a comma separated list of 12 keywords maximum
setNewFeedUrl(
string $url
)
:
Zend_Feed_Builder_Header_Itunes
Sets the new feed URL location
setOwner(
string $name, string $email
)
:
Zend_Feed_Builder_Header_Itunes
Sets the owner of the postcast
setSubtitle(
string $subtitle
)
:
Zend_Feed_Builder_Header_Itunes
Sets the short description of the podcast Default to the feed's description
setSummary(
string $summary
)
:
Zend_Feed_Builder_Header_Itunes
Sets the longer description of the podcast Default to the feed's description