Esempio n. 1
0
 /**
  * get edit form type
  *
  * @return string
  */
 public function getEditFormType()
 {
     if ($this->getAttribute()->getData('editor')) {
         return 'editor';
     }
     return parent::getEditFormType();
 }