Exemplo n.º 1
0
 /**
  *
  * @return DataField
  */
 public function getDataField()
 {
     if ($this->dataField == null) {
         $this->dataField = DataField::getByFormAndName($this->form->getDataType(), $this->dataName);
     }
     return $this->dataField;
 }