wfirma = $wFirmaApi; $this->helper = $ucrmHelper; } /** * @param int $entityId * @return bool TRUE if anything was modified, FALSE otherwise */ public function synchronize(int $entityId): bool { return FALSE; } /** * @param array $entity * @return bool TRUE if anything was deleted, FALSE otherwise */ public function delete(array $entity): bool { return FALSE; } }