Exemplo n.º 1
0
 /**
  * Get an accounting spool record list
  *
  * Method will return a ist of all the accounting spool records
  *
  * @access protected
  * @param int $start The option position to start from. Default is 0 (at the start)
  * @param int $limit The option limit to limit the amount of records return. Default is -1 (unlimited)
  * @return int The total amount of accounting spool records on success, FALSE on failure
  */
 public function getAccountingSpoolList($start = 0, $limit = -1)
 {
     return parent::getAccountingSpoolList($this->getid(), $start, $limit);
 }