Exemplo n.º 1
0
 public function getDataObj()
 {
     if (!$this->bizDataObj) {
         return $this->getFormObj()->getDataObj();
     } else {
         return Openbizx::getDataObject($this->bizDataObj);
     }
 }