Exemplo n.º 1
0
 /**
  * Retrieve escaped item note
  *
  * @param Enterprise_GiftRegistry_Model_Item $item
  * @return string
  */
 public function getEscapedNote($item)
 {
     return $this->escapeHtml($item->getData('note'));
 }