Deployer\Console\TaskCommand::__construct PHP Method

__construct() public method

public __construct ( string $name, string $description, Deployer $deployer )
$name string
$description string
$deployer Deployer\Deployer
    public function __construct($name, $description, Deployer $deployer)
    {
        parent::__construct($name);
        $this->setDescription($description);
        $this->deployer = $deployer;
    }