Ejemplo n.º 1
0
 private function createItem()
 {
     $item = new Item();
     $item->setTitle($this->getTitle());
     $item->setDescription($this->getHtmlDescription());
     return $item;
 }