context = $context; $this->runnerService = $runnerService; } /** * @return string */ public function getContext() { return $this->context; } public function getRunnerService() { return $this->runnerService; } }