runner[$alias] = $runner; } public function getRunner(string $alias): ?RunnerServiceInterface { return $this->runner[$alias] ?? null; } /** @return array */ public function getRunners(): array { return $this->runner; } }