Beispiel #1
0
 public function getDataObj()
 {
     if (!$this->m_BizDataObj) {
         return $this->getFormObj()->getDataObj();
     } else {
         return BizSystem::getDataObject($this->m_BizDataObj);
     }
 }