Zend Framework
1.12
|
Public Member Functions | |
setEncoding ($enc) | |
Set feed encoding. | |
getEncoding () | |
Get feed encoding. | |
setItunesBlock ($value) | |
Set a block value of "yes" or "no". | |
addItunesAuthors (array $values) | |
Add authors to itunes entry. | |
addItunesAuthor ($value) | |
Add author to itunes entry. | |
setItunesDuration ($value) | |
Set duration. | |
setItunesExplicit ($value) | |
Set "explicit" flag. | |
setItunesKeywords (array $value) | |
Set keywords. | |
setItunesSubtitle ($value) | |
Set subtitle. | |
setItunesSummary ($value) | |
Set summary. | |
__call ($method, array $params) | |
Overloading to itunes specific setters. | |
Protected Attributes | |
$_data = array() | |
$_encoding = 'UTF-8' | |
__call | ( | $method, | |
array | $params | ||
) |
Overloading to itunes specific setters.
string | $method | |
array | $params |
addItunesAuthor | ( | $value | ) |
addItunesAuthors | ( | array | $values | ) |
getEncoding | ( | ) |
Get feed encoding.
setEncoding | ( | $enc | ) |
setItunesBlock | ( | $value | ) |
Set a block value of "yes" or "no".
You may also set an empty string.
string |
setItunesDuration | ( | $value | ) |
setItunesExplicit | ( | $value | ) |
setItunesKeywords | ( | array | $value | ) |
setItunesSubtitle | ( | $value | ) |
setItunesSummary | ( | $value | ) |
|
protected |
|
protected |