Ejemplo n.º 1
0
 /**
  * Delete record. This function calls {@link BizDataObj::deleteRecord} method internally
  *
  * @return boolean true for success
  */
 public function delete()
 {
     return $this->bizDataObj->deleteRecord($this->varValue);
 }
Ejemplo n.º 2
0
 /**
  * Delete record. This function calls {@link BizDataObj::deleteRecord} method internally
  *
  * @return boolean true for success
  */
 public function delete()
 {
     return $this->m_BizObj->deleteRecord($this->m_var);
 }