API Documentation

Feed/Builder/Header/Itunes.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed
version
$Id: Itunes.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Feed_Builder_Header_Itunes

Description

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.

Zend_Feed_Builder_Header_Itunes

Extends from
ArrayObject
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed
Methods
__construct
setCategories
setAuthor
setOwner
setImage
setSubtitle
setSummary
setBlock
setExplicit
setKeywords
setNewFeedUrl
__get
__set
__isset
__unset

Description

ITunes rss extension

Classes used to describe the itunes channel extension

Methods

__construct

__construct( array $categories ) : void

Constructor

Arguments
$categories
array
Categories columns and in iTunes Music Store Browse
Details
visibility
public
final
false
static
false

__get

__get( string $name ) : mixed

Read only properties accessor

Arguments
$name
string
property to read
Output
mixed
Details
visibility
public
final
false
static
false

__isset

__isset( string $key ) : boolean

Isset accessor

Arguments
$key
string
Output
boolean
Details
visibility
public
final
false
static
false

__set

__set( string $name, mixed $value ) : void

Write properties accessor

Arguments
$name
string
name of the property to set
$value
mixed
value to set
Details
visibility
public
final
false
static
false

__unset

__unset( string $key ) : void

Unset accessor

Arguments
$key
string
Details
visibility
public
final
false
static
false

setAuthor

setAuthor( string $author ) : Zend_Feed_Builder_Header_Itunes

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

Arguments
$author
string
Details
visibility
public
final
false
static
false

setBlock

setBlock( string $block ) : Zend_Feed_Builder_Header_Itunes

Prevent a feed from appearing

Arguments
$block
string
can be 'yes' or 'no'
Details
visibility
public
final
false
static
false
throws

setCategories

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>

Arguments
$categories
array
Details
visibility
public
final
false
static
false
throws

setExplicit

setExplicit( string $explicit ) : Zend_Feed_Builder_Header_Itunes

Configuration of the parental advisory graphic

Arguments
$explicit
string
can be &#039;yes&#039;, &#039;no&#039; or &#039;clean&#039;
Details
visibility
public
final
false
static
false
throws

setImage

setImage( string $image ) : Zend_Feed_Builder_Header_Itunes

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

Arguments
$image
string
Details
visibility
public
final
false
static
false

setKeywords

setKeywords( string $keywords ) : Zend_Feed_Builder_Header_Itunes

Sets a comma separated list of 12 keywords maximum

Arguments
$keywords
string
Details
visibility
public
final
false
static
false

setNewFeedUrl

setNewFeedUrl( string $url ) : Zend_Feed_Builder_Header_Itunes

Sets the new feed URL location

Arguments
$url
string
Details
visibility
public
final
false
static
false

setOwner

setOwner( string $name, string $email ) : Zend_Feed_Builder_Header_Itunes

Sets the owner of the postcast

Arguments
$name
string
default to the feed&#039;s author value
$email
string
default to the feed&#039;s email value
Details
visibility
public
final
false
static
false
throws

setSubtitle

setSubtitle( string $subtitle ) : Zend_Feed_Builder_Header_Itunes

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

Arguments
$subtitle
string
Details
visibility
public
final
false
static
false

setSummary

setSummary( string $summary ) : Zend_Feed_Builder_Header_Itunes

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

Arguments
$summary
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.