classQRssFeed
QRssFeed Class Reference
Inherits QBaseClass.

Public Member Functions
- __construct ($strTitle, $strLink, $strDescription)
- GetXml ()
- Run ()
- AddItem (QRssItem $objItem)
- __get ($strName)
- __set ($strName, $mixValue)
Protected Attributes
- $strTitle
- $strLink
- $strDescription
- $strLanguage
- $strCopyright
- $strManagingEditor
- $strWebMaster
- $dttPubDate
- $dttLastBuildDate
- $strGenerator
- $strDocs = 'http://blogs.law.harvard.edu/tech/rss'
- $strTtl
- $objImage
- $objItemArray = array()
Constructor & Destructor Documentation
| QRssFeed::__construct | ( | $ | strTitle, | |
| $ | strLink, | |||
| $ | strDescription | |||
| ) |
References $strDescription, $strLink, and $strTitle.
Member Function Documentation
| QRssFeed::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QBaseClass.
References QCallerException::IncrementOffset().
| QRssFeed::__set | ( | $ | strName, | |
| $ | mixValue | |||
| ) |
Override method to perform a property "Set" This will set the property $strName to be $mixValue All inhereted objects that call __set() should always fall through to calling parent::__set() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to set string $mixValue New value of the property
- Returns:
- mixed the property that was set
Reimplemented from QBaseClass.
References QType::Cast(), QType::DateTime, QCallerException::IncrementOffset(), and QType::String.
| QRssFeed::AddItem | ( | QRssItem $ | objItem | ) |
| QRssFeed::GetXml | ( | ) |
Member Data Documentation
QRssFeed::$dttLastBuildDate [protected] |
QRssFeed::$dttPubDate [protected] |
QRssFeed::$objImage [protected] |
QRssFeed::$objItemArray = array() [protected] |
QRssFeed::$strCopyright [protected] |
QRssFeed::$strDescription [protected] |
Referenced by __construct().
QRssFeed::$strDocs = 'http://blogs.law.harvard.edu/tech/rss' [protected] |
QRssFeed::$strGenerator [protected] |
QRssFeed::$strLanguage [protected] |
QRssFeed::$strLink [protected] |
Referenced by __construct().
QRssFeed::$strManagingEditor [protected] |
QRssFeed::$strTitle [protected] |
Referenced by __construct().
QRssFeed::$strTtl [protected] |
QRssFeed::$strWebMaster [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/framework/QRssFeed.class.php
