exportDataHandler = $exportDataHandler; $this->subscriptionStatus = $subscriptionStatus; } /** * @return bool */ public function execute() { if ($this->subscriptionStatus->getStatus() === SubscriptionStatusProvider::ENABLED) { $this->exportDataHandler->prepareExportData(); } return true; } }