Exemplo n.º 1
0
 /**
  * Method for adding or updating the invoice to the MidCOM indexer service.
  *
  * @param $dm Datamanager2 instance containing the object
  */
 public function _index_object(&$dm)
 {
     $indexer = new org_openpsa_invoices_midcom_indexer($this->_topic);
     return $indexer->index($dm);
 }