Class: RSSBuilder
Source Location: /core/rssbuilder/class.RSSBuilder.inc.php
Class RSSBuilder
Inherited Properties, Constants, and Methods
Methods
RSSBuilder __construct(
[
$encoding = 'ISO-8859-1'], [
$about = ''], [
$title = ''], [
$description = ''], [
$image_link = ''], [
$category = ''], [
$cache = 60]
)
|
|
Parameters:
|
|
$encoding: |
|
|
|
$about: |
|
|
|
$title: |
|
|
|
$description: |
|
|
|
$image_link: |
|
|
|
$category: |
|
|
|
$cache: |
|
Redefinition of:
- RSSBase::__construct()
void addDCdata(
[
$publisher = ''], [
$creator = ''], [
$date = 0], [
$language = 'en'], [
$rights = ''], [
$coverage = ''], [
$contributor = '']
)
|
|
Parameters:
|
|
$publisher: |
|
|
|
$creator: |
|
|
|
$date: |
|
|
|
$language: |
|
|
|
$rights: |
|
|
|
$coverage: |
|
|
|
$contributor: |
|
API Tags:
void addRSSItem(
[
$about = ''], [
$title = ''], [
$link = ''], [
$description = ''], [
$subject = ''], [
$date = 0], [
$author = ''], [
$comments = ''], [
$image = '']
)
|
|
Parameters:
|
|
$about: |
|
|
|
$title: |
|
|
|
$link: |
|
|
|
$description: |
|
|
|
$subject: |
|
|
|
$date: |
|
|
|
$author: |
|
|
|
$comments: |
|
|
|
$image: |
|
API Tags:
void addSYdata(
[
$period = 'daily'], [
$frequency = 1], [
$base = 0]
)
|
|
Parameters:
|
|
$period: |
|
|
|
$frequency: |
|
|
|
$base: |
|
API Tags:
void getRSSOutput(
[
$version = '0.91']
)
|
|
Parameters:
API Tags:
void outputRSS(
[
$version = '0.91']
)
|
|
Parameters:
API Tags:
void prepareRSSRequest(
[
$version = '0.91']
)
|
|
Parameters:
API Tags:
void saveRSS(
[
$version = '0.91'], [
$path = '']
)
|
|
Parameters:
API Tags:
void setVersionObject(
[
$version = '0.91']
)
|
|
Parameters:
API Tags:
|
|