1028. Class

1028.1. Zend\Feed\Writer\Extension\ITunes\Entry

1028.1.1. Methods

1028.1.1.1. __construct

__construct()

The used string wrapper supporting encoding

1028.1.1.2. setEncoding

setEncoding()

Set feed encoding

Parameters:string
Return type:Entry

1028.1.1.3. getEncoding

getEncoding()

Get feed encoding

Return type:string

1028.1.1.4. setItunesBlock

setItunesBlock()

Set a block value of “yes” or “no”. You may also set an empty string.

Parameters:string
Return type:Entry
Throws :WriterExceptionInvalidArgumentException

1028.1.1.5. addItunesAuthors

addItunesAuthors()

Add authors to itunes entry

Parameters:array
Return type:Entry

1028.1.1.6. addItunesAuthor

addItunesAuthor()

Add author to itunes entry

Parameters:string
Return type:Entry
Throws :WriterExceptionInvalidArgumentException

1028.1.1.7. setItunesDuration

setItunesDuration()

Set duration

Parameters:int
Return type:Entry
Throws :WriterExceptionInvalidArgumentException

1028.1.1.8. setItunesExplicit

setItunesExplicit()

Set “explicit” flag

Parameters:bool
Return type:Entry
Throws :WriterExceptionInvalidArgumentException

1028.1.1.9. setItunesKeywords

setItunesKeywords()

Set keywords

Parameters:array
Return type:Entry
Throws :WriterExceptionInvalidArgumentException

1028.1.1.10. setItunesSubtitle

setItunesSubtitle()

Set subtitle

Parameters:string
Return type:Entry
Throws :WriterExceptionInvalidArgumentException

1028.1.1.11. setItunesSummary

setItunesSummary()

Set summary

Parameters:string
Return type:Entry
Throws :WriterExceptionInvalidArgumentException

1028.1.1.12. __call

__call()

Overloading to itunes specific setters

Parameters:
  • string
  • array
Throws WriterExceptionBadMethodCallException:
 
Return type:

mixed