ZenMagick 0.9.10


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

Class ZMRssItem

ZMObject
└─ZMRssItem

public class ZMRssItem
extends ZMObject

A RSS feed item.

Author:
DerManoMann

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

__construct(mixed item, array Array)

Create new RSS item.

string

getCategory()

Get the item category.

string

getDescription()

Get the item description.

string

getLink()

Get the item link.

string

getPubDate()

Get the item publish date.

array

getTags()

Get a list of custom tags to be handled.

string

getTitle()

Get the item title.

void

setCategory(string category)

set the item category.

void

setDescription(string description)

Set the item description.

void

setLink(string link)

Set the item link.

void

setPubDate(string date)

Set the item publish date.

void

setTags(array tags)

Set a list of custom tags to be handled.

void

setTitle(string title)

Set the item title.

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

Method Detail

mvc\rss\ZMRssItem.php at line 37

__construct

public void __construct(mixed item, array Array)

Create new RSS item.

Parameters:
Array - of item data.

mvc\rss\ZMRssItem.php at line 80

getCategory

public string getCategory()

Get the item category.

Returns:
The item category.

mvc\rss\ZMRssItem.php at line 73

getDescription

public string getDescription()

Get the item description.

Returns:
The item description.

mvc\rss\ZMRssItem.php at line 66

getLink

public string getLink()

Get the item link.

Returns:
The item link.

mvc\rss\ZMRssItem.php at line 87

getPubDate

public string getPubDate()

Get the item publish date.

Returns:
The item publish date.

mvc\rss\ZMRssItem.php at line 94

getTags

public array getTags()

Get a list of custom tags to be handled.

Returns:
List of custom tags.

mvc\rss\ZMRssItem.php at line 59

getTitle

public string getTitle()

Get the item title.

Returns:
The item title.

mvc\rss\ZMRssItem.php at line 122

setCategory

public void setCategory(string category)

set the item category.

Parameters:
category - The item category.

mvc\rss\ZMRssItem.php at line 115

setDescription

public void setDescription(string description)

Set the item description.

Parameters:
description - The item description.

mvc\rss\ZMRssItem.php at line 108

setLink

public void setLink(string link)

Set the item link.

Parameters:
link - The item link.

mvc\rss\ZMRssItem.php at line 129

setPubDate

public void setPubDate(string date)

Set the item publish date.

Parameters:
date - The item publish date.

mvc\rss\ZMRssItem.php at line 136

setTags

public void setTags(array tags)

Set a list of custom tags to be handled.

Parameters:
tags - List of custom tags.

mvc\rss\ZMRssItem.php at line 101

setTitle

public void setTitle(string title)

Set the item title.

Parameters:
title - The item title.

ZenMagick 0.9.10