Exemplo n.º 1
0
 public function convertData($data)
 {
     $data = parent::convertData($data);
     $row =& $this->table->getCurrentRow();
     $instance = $row[$this->table->getFieldIndexByDestinationName('instance')];
     // generate a shortname
     return $this->generateShortname($instance, $data);
 }
Exemplo n.º 2
0
 public function convertData($data)
 {
     $data = parent::convertData($data);
     // generate a shortname
     return $this->generateShortname($data);
 }