Beispiel #1
0
 /**
  * Remove a record from current record set of current association relationship
  *
  * @param array $recArr
  * @param boolean &$isParentObjUpdated
  * @return boolean
  */
 public function removeRecord($recArr, &$isParentObjUpdated)
 {
     return BizDataObj_Assoc::removeRecord($this, $recArr, $isParentObjUpdated);
 }