Ejemplo n.º 1
0
 public function getPreview(Pap_Common_User $user) {
     if($this->getData3() == 'I') {
         return "<img src=" . $this->getData5() . " alt=\"\" />";
     }
     return parent::getPreview($user);
 }