isSyncing = $syncing; return $this; } /** * {@inheritdoc} */ public function isSyncing() { return $this->isSyncing; } }