exportDataHandler = $exportDataHandler; $this->analyticsConnector = $connector; } /** * {@inheritdoc} * Execute notification command. * * @return bool */ public function prepareExportData() { $result = $this->exportDataHandler->prepareExportData(); $this->analyticsConnector->execute('notifyDataChanged'); return $result; } }