StackFormation\Terminator::__construct PHP Метод

__construct() публичный Метод

public __construct ( Stack $stack, Symfony\Component\Console\Output\OutputInterface $output )
$stack Stack
$output Symfony\Component\Console\Output\OutputInterface
    public function __construct(Stack $stack, \Symfony\Component\Console\Output\OutputInterface $output)
    {
        $this->currentStack = $stack;
        $this->output = $output;
    }