Class RSSFeed
RSSFeed class
This class is used to create an RSS feed.
- Object
-
ViewableData
implements
IteratorAggregate
-
RSSFeed
Methods summary
public
|
#
__construct(
Constructor |
public static
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
|
|
public
|
Methods inherited from ViewableData
ATT_val(),
BaseHref(),
CSSClasses(),
ColumnBreak(),
ColumnCalc(),
ColumnNumber(),
ColumnPad(),
ColumnPos(),
CurrentMember(),
CurrentPage(),
Debug(),
Even(),
EvenOdd(),
First(),
FirstLast(),
HasPerm(),
IsAjax(),
JS_val(),
Last(),
Me(),
Middle(),
MiddleString(),
Modulus(),
MultipleOf(),
Odd(),
Pos(),
RAW_val(),
SQL_val(),
ThemeDir(),
ThemeName(),
Top(),
TotalItems(),
XML_val(),
__get(),
__isset(),
__set(),
buildCastingCache(),
cachedCall(),
castingClass(),
castingHelper(),
castingHelperPair(),
castingObjectCreator(),
castingObjectCreatorPair(),
customise(),
defineMethods(),
escapeTypeForField(),
getField(),
getIterator(),
getSecurityID(),
getXMLValues(),
hasField(),
hasValue(),
i18nLocale(),
iteratorProperties(),
obj(),
renderWith(),
setCustomisedObj(),
setField()
Methods inherited from Object
__call(),
__toString(),
__wakeup(),
addMethodsFrom(),
addStaticVars(),
addWrapperMethod(),
add_extension(),
add_static_var(),
allMethodNames(),
cacheToFile(),
cacheToFileWithArgs(),
clearCache(),
combined_static(),
create(),
createMethod(),
create_from_string(),
exists(),
extInstance(),
extend(),
getCustomClass(),
getExtensionInstance(),
getExtensionInstances(),
get_extensions(),
get_static(),
hasExtension(),
hasMethod(),
has_extension(),
invokeWithExtensions(),
is_a(),
loadCache(),
parentClass(),
parse_class_spec(),
remove_extension(),
sanitiseCachename(),
saveCache(),
set_stat(),
set_static(),
set_uninherited(),
stat(),
strong_create(),
uninherited(),
uninherited_static(),
useCustomClass()
Magic methods summary
Properties summary
public static
array
|
$casting |
#
Casting information for this object's methods. Let's us use $Title.XML in templates |
protected
|
$entries |
#
Holds the feed entries |
protected
string
|
$title |
#
Title of the feed |
protected
string
|
$description |
#
Description of the feed |
protected
string
|
$link |
#
Link to the feed |
protected
string
|
$titleField |
#
Name of the title field of feed entries |
protected
string
|
$descriptionField |
#
Name of the description field of feed entries |
protected
string
|
$authorField |
#
Name of the author field of feed entries |
protected
integer
|
$lastModified |
#
Last modification of the RSS feed |
protected
string
|
$etag |
#
ETag for the RSS feed (used for client-site caching) |
Properties inherited from ViewableData
$customisedObject,
$default_cast,
$failover,
$iteratorPos,
$iteratorTotalItems