Ejemplo n.º 1
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     if ($this->getWysiwyg() === true) {
         $this->setType('wysiwyg');
         $this->setExtType('wysiwyg');
     } else {
         $this->setType('textarea');
         $this->setExtType('textarea');
     }
 }
Ejemplo n.º 2
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
 }