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