45        $this->about = $a_About;
 
   65        $this->title = $a_Title;
 
   85        $this->link = $a_Link;
 
  105        $this->description = $a_Description;
 
  125        $this->enclosureurl = $a_enclosureurl;
 
  135        return $this->enclosureurl;
 
  145        $this->enclosuretype = $a_enclosuretype;
 
  155        return $this->enclosuretype;
 
  165        $this->enclosurelength = $a_enclosurelength;
 
  175        return $this->enclosurelength;
 
  185        $this->date = $a_date;
 
An exception for terminatinating execution or to throw for unit testing.
A FeedItem represents an item in a News Feed.
setEnclosureLength($a_enclosurelength)
Set Enclosure Length.
setEnclosureUrl($a_enclosureurl)
Set Enclosure URL.
setDescription($a_Description)
Set Description.
getDescription()
Get Description.
setLink($a_Link)
Set Link.
getEnclosureLength()
Get Enclosure Length.
getEnclosureUrl()
Get Enclosure URL.
setEnclosureType($a_enclosuretype)
Set Enclosure Type.
setTitle($a_Title)
Set Title.
setDate($a_date)
Set Date.
getEnclosureType()
Get Enclosure Type.
setAbout($a_About)
Set About.