Gush\Command\Core\CoreConfigureCommand::execute PHP Метод

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    protected function execute(InputInterface $input, OutputInterface $output)
    {
        ConfigFactory::dumpToFile($this->getConfig(), Config::CONFIG_SYSTEM);
        $this->getHelper('gush_style')->success('Configuration file saved successfully.');
        return self::COMMAND_SUCCESS;
    }