cacheManager = $cacheManager; parent::__construct(); } /** * {@inheritdoc} */ protected function configure() { $this->addOption( self::INPUT_KEY_BOOTSTRAP, null, InputOption::VALUE_REQUIRED, 'add or override parameters of the bootstrap' ); } }