コード例 #1
0
ファイル: DataRecord.php プロジェクト: Why-Not-Sky/cubi-ng
 /**
  * Get reference object with given object name
  *
  * @param string $objName name of the object reference
  * @return obejct the instance of reference object
  */
 public function getRefObject($objName)
 {
     $this->m_BizObj->setActiveRecord($this->m_var);
     return $this->m_BizObj->getRefObject($objName);
 }