コード例 #1
0
ファイル: Element.php プロジェクト: Why-Not-Sky/cubi-ng
 public function getDataObj()
 {
     if (!$this->m_BizDataObj) {
         return $this->getFormObj()->getDataObj();
     } else {
         return BizSystem::getDataObject($this->m_BizDataObj);
     }
 }