Exemplo n.º 1
0
 /**
  * Get contacts sync status
  * @return Contact_Array
  */
 public function getSyncList()
 {
     return $this->connector->getSyncList('Contact');
 }
Exemplo n.º 2
0
 /**
  * Get invoices sync status
  * @return Invoice_Array
  */
 public function getSyncList()
 {
     return $this->connector->getSyncList('Invoice');
 }