shell = $shell; } /** * {@inheritdoc} */ public function getName() { return 'shell'; } /** * @return Shell */ public function getShell() { return $this->shell; } }