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.
Header of a custom build feed
Classes implementing the Zend_Feed_Builder_Interface interface uses this class to describe the header of a feed
__construct(
string $title, string $link, string $charset
=
utf-8
)
:
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
Sets the author of the feed
setCloud(
string|Zend_Uri_Http $uri, string $procedure, string $protocol
)
:
Zend_Feed_Builder_Header
Cloud to be notified of updates of the feed Ignored if atom is used
setCopyright(
string $copyright
)
:
Zend_Feed_Builder_Header
Sets the copyright notice
setDescription(
string $description
)
:
Zend_Feed_Builder_Header
Short description of the feed
setEmail(
string $email
)
:
Zend_Feed_Builder_Header
Sets the author's email
setGenerator(
string $generator
)
:
Zend_Feed_Builder_Header
Sets the generator of the feed
setITunes(
Zend_Feed_Builder_Header_Itunes $itunes
)
:
Zend_Feed_Builder_Header
Sets the iTunes rss extension
setImage(
string $image
)
:
Zend_Feed_Builder_Header
Sets the image of the feed
setLanguage(
string $language
)
:
Zend_Feed_Builder_Header
Sets the language of the feed
setLastUpdate(
int $lastUpdate
)
:
Zend_Feed_Builder_Header
Timestamp of the update date
setPublishedDate(
int $published
)
:
Zend_Feed_Builder_Header
Timestamp of the publication date
setRating(
string $rating
)
:
Zend_Feed_Builder_Header
PICS rating for the feed Ignored if atom is used
setSkipDays(
array $days
)
:
Zend_Feed_Builder_Header
Hint telling aggregators which days they can skip Ignored if atom is used
setSkipHours(
array $hours
)
:
Zend_Feed_Builder_Header
Hint telling aggregators which hours they can skip Ignored if atom is used
setTextInput(
string $title, string $description, string $name, string $link
)
:
Zend_Feed_Builder_Header
A text input box that can be displayed with the feed Ignored if atom is used
setTtl(
int $ttl
)
:
Zend_Feed_Builder_Header
How long in minutes a feed can be cached before refreshing Ignored if atom is used
setWebmaster(
string $webmaster
)
:
Zend_Feed_Builder_Header
Email address for person responsible for technical issues Ignored if atom is used