Example #1
0
 /**
  * 
  * @param Syndication\Feed\Entry $entry
  */
 public function __construct(Entry $entry)
 {
     $this->entry = $entry;
     $this->setEncoding($entry->getEncoding());
 }