Exemplo n.º 1
0
 /**
  * 
  * returns the datafields
  * @return list of datafields
  */
 public function getFields()
 {
     if (sizeOf($this->fields) == 0) {
         $this->fields = DataField::getByDataType($this);
     }
     return $this->fields;
 }