StackFormation\Command\Blueprint\Show\ChangesetCommand::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(\StackFormation\Blueprint $blueprint, InputInterface $input, OutputInterface $output)
    {
        $blueprintAction = new \StackFormation\BlueprintAction($blueprint, $this->profileManager, $output);
        $changeSetResult = $blueprintAction->getChangeSet();
        $table = new \StackFormation\Helper\ChangeSetTable($output);
        $table->render($changeSetResult);
    }