CWIS Developer Documentation
|
Public Member Functions | |
RSS () | |
AddChannel ($Title, $Link, $Description, $RssLink) | |
SetImage ($Url, $Height=NULL, $Width=NULL, $Description=NULL) | |
SetEncoding ($Value) | |
SetLanguage ($Value) | |
SetCopyright ($Value) | |
SetManagingEditor ($Value) | |
SetWebmaster ($Value) | |
SetPicsRating ($Value) | |
SetPublicationDate ($Value) | |
SetLastChangeDate ($Value) | |
SetTextInput ($Title, $Description, $Name) | |
SetSkipTimes ($Days, $Hours) | |
SetCloud ($Domain, $Port, $Path, $Procedure, $Protocol) | |
AddItem ($Title=NULL, $Link=NULL, $Description=NULL, $Date=NULL) | |
AddItemCategory ($Category, $Url) | |
AddItemEnclosure ($Url, $Length, $Type) | |
AddItemSource ($Source, $Url) | |
PrintRSS () | |
Public Attributes | |
$Encoding | |
$Channels | |
$Items | |
$ChannelCount | |
$ItemCounts | |
$ChannelIndex | |
$ItemIndex | |
Definition at line 19 of file Axis--RSS.php.
RSS::AddChannel | ( | $Title, | |
$Link, | |||
$Description, | |||
$RssLink | |||
) |
Definition at line 32 of file Axis--RSS.php.
References $ChannelCount.
RSS::AddItem | ( | $Title = NULL , |
|
$Link = NULL , |
|||
$Description = NULL , |
|||
$Date = NULL |
|||
) |
Definition at line 74 of file Axis--RSS.php.
References $ChannelCount.
RSS::AddItemCategory | ( | $Category, | |
$Url | |||
) |
Definition at line 82 of file Axis--RSS.php.
References $ChannelCount.
RSS::AddItemEnclosure | ( | $Url, | |
$Length, | |||
$Type | |||
) |
Definition at line 87 of file Axis--RSS.php.
References $ChannelCount.
RSS::AddItemSource | ( | $Source, | |
$Url | |||
) |
Definition at line 93 of file Axis--RSS.php.
References $ChannelCount.
RSS::PrintRSS | ( | ) |
Definition at line 100 of file Axis--RSS.php.
References $ChannelCount, and FTOut().
RSS::RSS | ( | ) |
Definition at line 23 of file Axis--RSS.php.
RSS::SetCloud | ( | $Domain, | |
$Port, | |||
$Path, | |||
$Procedure, | |||
$Protocol | |||
) |
Definition at line 68 of file Axis--RSS.php.
RSS::SetCopyright | ( | $Value | ) |
Definition at line 52 of file Axis--RSS.php.
References $ChannelCount.
RSS::SetEncoding | ( | $Value | ) |
Definition at line 50 of file Axis--RSS.php.
RSS::SetImage | ( | $Url, | |
$Height = NULL , |
|||
$Width = NULL , |
|||
$Description = NULL |
|||
) |
Definition at line 41 of file Axis--RSS.php.
References $ChannelCount.
RSS::SetLanguage | ( | $Value | ) |
Definition at line 51 of file Axis--RSS.php.
References $ChannelCount.
RSS::SetLastChangeDate | ( | $Value | ) |
Definition at line 57 of file Axis--RSS.php.
References $ChannelCount.
RSS::SetManagingEditor | ( | $Value | ) |
Definition at line 53 of file Axis--RSS.php.
References $ChannelCount.
RSS::SetPicsRating | ( | $Value | ) |
Definition at line 55 of file Axis--RSS.php.
References $ChannelCount.
RSS::SetPublicationDate | ( | $Value | ) |
Definition at line 56 of file Axis--RSS.php.
References $ChannelCount.
RSS::SetSkipTimes | ( | $Days, | |
$Hours | |||
) |
Definition at line 64 of file Axis--RSS.php.
RSS::SetTextInput | ( | $Title, | |
$Description, | |||
$Name | |||
) |
Definition at line 58 of file Axis--RSS.php.
References $ChannelCount.
RSS::SetWebmaster | ( | $Value | ) |
Definition at line 54 of file Axis--RSS.php.
References $ChannelCount.
RSS::$ChannelCount |
Definition at line 200 of file Axis--RSS.php.
Referenced by AddChannel(), AddItem(), AddItemCategory(), AddItemEnclosure(), AddItemSource(), PrintRSS(), SetCopyright(), SetImage(), SetLanguage(), SetLastChangeDate(), SetManagingEditor(), SetPicsRating(), SetPublicationDate(), SetTextInput(), and SetWebmaster().
RSS::$ChannelIndex |
Definition at line 202 of file Axis--RSS.php.
RSS::$Channels |
Definition at line 198 of file Axis--RSS.php.
RSS::$Encoding |
Definition at line 197 of file Axis--RSS.php.
RSS::$ItemCounts |
Definition at line 201 of file Axis--RSS.php.
RSS::$ItemIndex |
Definition at line 203 of file Axis--RSS.php.
RSS::$Items |
Definition at line 199 of file Axis--RSS.php.