PHP Class StackFormation\Command\Stack\AbstractStackCommand

Inheritance: extends StackFormation\Command\AbstractCommand
Show file Open project: aoepeople/stackformation

Public Methods

Method Description
__construct ( $name = null )

Protected Methods

Method Description
afterConfigure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
executeWithStack ( Stack $stack, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

public __construct ( $name = null )

afterConfigure() protected method

protected afterConfigure ( )

execute() final protected method

final 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

executeWithStack() abstract protected method

abstract protected executeWithStack ( Stack $stack, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$stack StackFormation\Stack
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

interact() protected method

protected interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface