StackFormation\Command\Blueprint\Show\StacknameCommand::executeWithBlueprint PHP Метод

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

protected executeWithBlueprint ( Blueprint $blueprint, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$blueprint StackFormation\Blueprint
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    protected function executeWithBlueprint(Blueprint $blueprint, InputInterface $input, OutputInterface $output)
    {
        $output->writeln($blueprint->getStackName());
    }