| Total Complexity | 4 | 
| Total Lines | 28 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 15 | class SetCommand extends Command | ||
| 16 | { | ||
| 17 | private $serviceManager; | ||
| 18 | |||
| 19 | public function __construct($config, $name = null) | ||
| 20 |     { | ||
| 21 | parent::__construct($name); | ||
| 22 | $this->serviceManager = new ServiceManager($config); | ||
| 23 | } | ||
| 24 | |||
| 25 | protected function configure() | ||
| 31 | } | ||
| 32 | |||
| 33 | protected function execute($input, $output) | ||
| 36 | } | ||
| 37 | |||
| 38 | private function set($input) | ||
| 45 |