Esempio n. 1
0
 protected function view()
 {
     parent::view();
     $this->getDataDescription()->getFieldDescriptionByName('al_date')->setProperty('outputFormat', '%E');
     $this->getDataDescription()->getFieldDescriptionByName('al_data')->setType(FieldDescription::FIELD_TYPE_CODE);
     $this->getDataDescription()->getFieldDescriptionByName('al_classname')->setProperty('outputFormat', 'translate(%s)');
     $this->getData()->getFieldByName('al_data')->setRowData(0, var_export(unserialize($this->getData()->getFieldByName('al_data')->getRowData(0)), true));
 }