Exemplo n.º 1
0
 /**
  * Get an accountingspool record data
  *
  * Method will return a accountingspool record data
  *
  * @access public
  * @param int $spoolId The accountingspoolid ID OR if $type is not empty then $id will be the accountingspoolnodeid
  * @param string $type The optional node type (customer, product, order, etc)
  * @return array The spool array on success, FALSE if the recird was not found
  */
 public function getAccountingSpool($spoolId, $type = "")
 {
     return parent::getAccountingSpool($this->getid(), $spoolId, $type);
 }