PHP Class Deployer\Console\TaskCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: elfet/deployer Class Usage Examples

Public Properties

Property Type Description
$executor Deployer\Executor\ExecutorInterface

Public Methods

Method Description
__construct ( string $name, string $description, Deployer $deployer )

Protected Methods

Method Description
configure ( ) Configures the command
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

public __construct ( string $name, string $description, Deployer $deployer )
$name string
$description string
$deployer Deployer\Deployer

configure() protected method

Configures the command
protected configure ( )

execute() protected method

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

Property Details

$executor public_oe property

public ExecutorInterface,Deployer\Executor $executor
return Deployer\Executor\ExecutorInterface