promptText = $promptText; $this->injector = $injector; } /** * @return string */ public function getPromptText() { return $this->promptText; } /** * @return Injector\InjectorInterface */ public function getInjector() { return $this->injector; } }