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

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

public __construct ( Blueprint $blueprint, Manager $profileManager, Symfony\Component\Console\Output\OutputInterface $output = null )
$blueprint Blueprint
$profileManager StackFormation\Profile\Manager
$output Symfony\Component\Console\Output\OutputInterface
    public function __construct(Blueprint $blueprint, \StackFormation\Profile\Manager $profileManager, OutputInterface $output = null)
    {
        $this->blueprint = $blueprint;
        $this->profileManager = $profileManager;
        $this->output = $output;
    }