Class Zend_Feed_Builder_Header_Itunes

Description

ITunes rss extension

Classes used to describe the itunes channel extension

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Feed/Builder/Header/Itunes.php (line 34)

ArrayObject
   |
   --Zend_Feed_Builder_Header_Itunes
Method Summary
 void __construct ( $categories)
 Zend_Feed_Builder_Header_Itunes setOwner ([string $name = ''], [string $email = ''])
 mixed __get (string $name)
 boolean __isset (string $key)
 void __set (string $name, mixed $value)
 void __unset (string $key)
Methods
Constructor __construct (line 42)

Constructor

  • access: public
void __construct ( $categories)
  • array $categories: Categories columns and in iTunes Music Store Browse

Redefinition of:
ArrayObject::constructor __construct ( $array )
setAuthor (line 98)

Sets the artist value, default to the feed's author value

  • access: public
Zend_Feed_Builder_Header_Itunes setAuthor (string $author)
  • string $author
setBlock (line 178)

Prevent a feed from appearing

  • throws: Zend_Feed_Builder_Exception
  • access: public
Zend_Feed_Builder_Header_Itunes setBlock (string $block)
  • string $block: can be 'yes' or 'no'
setCategories (line 62)

Sets the categories column and in iTunes Music Store Browse

$categories must conform to the following format:

  1.  array(array('main' => 'main category',
  2.              'sub' => 'sub category' // optionnal
  3.             ),
  4.        // up to 3 rows
  5.       )

  • throws: Zend_Feed_Builder_Exception
  • access: public
Zend_Feed_Builder_Header_Itunes setCategories ( $categories)
  • array $categories
setExplicit (line 199)

Configuration of the parental advisory graphic

  • throws: Zend_Feed_Builder_Exception
  • access: public
Zend_Feed_Builder_Header_Itunes setExplicit (string $explicit)
  • string $explicit: can be 'yes', 'no' or 'clean'
setImage (line 139)

Sets the album/podcast art picture Default to the feed's image value

  • access: public
Zend_Feed_Builder_Header_Itunes setImage (string $image)
  • string $image
setKeywords (line 219)

Sets a comma separated list of 12 keywords maximum

  • access: public
Zend_Feed_Builder_Header_Itunes setKeywords (string $keywords)
  • string $keywords
setNewFeedUrl (line 231)

Sets the new feed URL location

  • access: public
Zend_Feed_Builder_Header_Itunes setNewFeedUrl (string $url)
  • string $url
setOwner (line 112)

Sets the owner of the postcast

  • throws: Zend_Feed_Builder_Exception
  • access: public
Zend_Feed_Builder_Header_Itunes setOwner ([string $name = ''], [string $email = ''])
  • string $name: default to the feed's author value
  • string $email: default to the feed's email value
setSubtitle (line 152)

Sets the short description of the podcast Default to the feed's description

  • access: public
Zend_Feed_Builder_Header_Itunes setSubtitle (string $subtitle)
  • string $subtitle
setSummary (line 165)

Sets the longer description of the podcast Default to the feed's description

  • access: public
Zend_Feed_Builder_Header_Itunes setSummary (string $summary)
  • string $summary
__get (line 243)

Read only properties accessor

  • access: public
mixed __get (string $name)
  • string $name: property to read
__isset (line 270)

Isset accessor

  • access: public
boolean __isset (string $key)
  • string $key
__set (line 259)

Write properties accessor

  • access: public
void __set (string $name, mixed $value)
  • string $name: name of the property to set
  • mixed $value: value to set
__unset (line 281)

Unset accessor

  • access: public
void __unset (string $key)
  • string $key

Inherited Methods

Inherited From ArrayObject (Internal Class)

 constructor __construct ( $array )
 append ( $value )
 asort ( )
 count ( )
 exchangeArray ( $array )
 getArrayCopy ( )
 getFlags ( )
 getIterator ( )
 getIteratorClass ( )
 ksort ( )
 natcasesort ( )
 natsort ( )
 offsetExists ( $index )
 offsetGet ( $index )
 offsetSet ( $index, $newval )
 offsetUnset ( $index )
 setFlags ( $flags )
 setIteratorClass ( $iteratorClass )
 uasort ( $cmp_function )
 uksort ( $cmp_function )
Class Constants

Inherited Constants

Inherited from ArrayObject (Internal Class)

ARRAY_AS_PROPS = 2
STD_PROP_LIST = 1

Documentation generated on Mon, 21 Jun 2010 15:30:18 -0400 by phpDocumentor 1.4.3