ZenMagick 0.9.10


org.zenmagick.mvc.rss\ZMRssChannel
mvc\rss\ZMRssChannel.php at line 30

Class ZMRssChannel

ZMObject
└─ZMRssChannel

public class ZMRssChannel
extends ZMObject

A RSS feed channel.

Author:
DerManoMann

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct(mixed rs, array Channel)

Create new RSS channel.

string

getDescription()

Get the channel description.

string

getEncoding()

Get the channel encoding.

string

getImageHeight()

Get the channels image height.

string

getImageLink()

Get the channels image link.

string

getImageTitle()

Get the channels image title.

string

getImageWidth()

Get the channels image width.

string

getLastBuildDate()

Get the channels last build date.

string

getLink()

Get the channel link.

array

getTags()

Get a list of custom tags to be handled.

string

getTitle()

Get the channel title.

boolean

hasImage()

Checks if the channel has an image.

void

setDescription(string description)

Set the channel description.

void

setEncoding(string encoding)

Set the channel encoding.

void

setImageHeight(int height)

Set the channels image height.

void

setImageLink(mixed lin, string link)

set the channels image link.

void

setImageTitle(string title)

Set the channels image title.

void

setImageWidth(int width)

set the channels image width.

void

setLastBuildDate(string date)

Set the channels last build date.

void

setLink(string link)

Set the channel link.

void

setTags(array tags)

Set a list of custom tags to be handled.

void

setTitle(string title)

Set the channel title.

Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

mvc\rss\ZMRssChannel.php at line 37

__construct

public void __construct(mixed rs, array Channel)

Create new RSS channel.

Parameters:
Channel - data.

mvc\rss\ZMRssChannel.php at line 80

getDescription

public string getDescription()

Get the channel description.

Returns:
The channel description.

mvc\rss\ZMRssChannel.php at line 73

getEncoding

public string getEncoding()

Get the channel encoding.

Returns:
The channel encoding.

mvc\rss\ZMRssChannel.php at line 115

getImageHeight

public string getImageHeight()

Get the channels image height.

Returns:
The channels image height.

mvc\rss\ZMRssChannel.php at line 101

getImageLink

public string getImageLink()

Get the channels image link.

Returns:
The channels image link.

mvc\rss\ZMRssChannel.php at line 94

getImageTitle

public string getImageTitle()

Get the channels image title.

Returns:
The channels image title.

mvc\rss\ZMRssChannel.php at line 108

getImageWidth

public string getImageWidth()

Get the channels image width.

Returns:
The channels image width.

mvc\rss\ZMRssChannel.php at line 87

getLastBuildDate

public string getLastBuildDate()

Get the channels last build date.

Returns:
The channels last build date.

mvc\rss\ZMRssChannel.php at line 66

getLink

public string getLink()

Get the channel link.

Returns:
The channel link.

mvc\rss\ZMRssChannel.php at line 122

getTags

public array getTags()

Get a list of custom tags to be handled.

Returns:
List of custom tags.

mvc\rss\ZMRssChannel.php at line 59

getTitle

public string getTitle()

Get the channel title.

Returns:
The channel title.

mvc\rss\ZMRssChannel.php at line 129

hasImage

public boolean hasImage()

Checks if the channel has an image.

Returns:
true if a channel image is available, false if not.

mvc\rss\ZMRssChannel.php at line 157

setDescription

public void setDescription(string description)

Set the channel description.

Parameters:
description - The channel description.

mvc\rss\ZMRssChannel.php at line 150

setEncoding

public void setEncoding(string encoding)

Set the channel encoding.

Parameters:
encoding - The channel encoding.

mvc\rss\ZMRssChannel.php at line 192

setImageHeight

public void setImageHeight(int height)

Set the channels image height.

Parameters:
height - The channels image height.

mvc\rss\ZMRssChannel.php at line 178

setImageLink

public void setImageLink(mixed lin, string link)

set the channels image link.

Parameters:
link - The channels image link.

mvc\rss\ZMRssChannel.php at line 171

setImageTitle

public void setImageTitle(string title)

Set the channels image title.

Parameters:
title - The channels image title.

mvc\rss\ZMRssChannel.php at line 185

setImageWidth

public void setImageWidth(int width)

set the channels image width.

Parameters:
width - The channels image width.

mvc\rss\ZMRssChannel.php at line 164

setLastBuildDate

public void setLastBuildDate(string date)

Set the channels last build date.

Parameters:
date - The channels last build date.

mvc\rss\ZMRssChannel.php at line 143

setLink

public void setLink(string link)

Set the channel link.

Parameters:
link - The channel link.

mvc\rss\ZMRssChannel.php at line 199

setTags

public void setTags(array tags)

Set a list of custom tags to be handled.

Parameters:
tags - List of custom tags.

mvc\rss\ZMRssChannel.php at line 136

setTitle

public void setTitle(string title)

Set the channel title.

Parameters:
title - The channel title.

ZenMagick 0.9.10