PHP Class Crunz\Console\Command\Command

Inheritance: extends Symfony\Component\Console\Command\Command
Show 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 property

Command arguments
protected array $arguments
return array

$input protected property

Input object
protected $input

$options protected property

Command options
protected array $options
return array

$output protected property

output object
protected $output