Exemplo n.º 1
0
 /**
  * Unset a spool job
  *
  * Method will unset a accountingspool record data
  *
  * @access public
  * @param int $spoolId The accountingspool ID
  * @return bool TRUE if the job was successfully removed, FASLE othereise
  */
 public function unsetAccountingSpool($spoolId)
 {
     return parent::unsetAccountingSpool($this->getid(), $spoolId);
 }