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