PHP Class Crunz\Console\Command\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Mostra file Open project: lavary/crunz

Protected Properties

Property Type Description
$arguments array Command arguments
$input Input object
$options array Command options
$output output object

Property Details

$arguments protected_oe property

Command arguments
protected array $arguments
return array

$input protected_oe property

Input object
protected $input

$options protected_oe property

Command options
protected array $options
return array

$output protected_oe property

output object
protected $output