PHP Class Studio\Console\BaseCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: franzliedke/studio Class Usage Examples

Protected Properties

Property Type Description
$input Symfony\Component\Console\Input\InputInterface
$io Symfony\Component\Console\Style\StyleInterface
$output Symfony\Component\Console\Output\OutputInterface

Protected Methods

Method Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
fire ( )

Method Details

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

fire() abstract protected method

abstract protected fire ( )

Property Details

$input protected property

protected InputInterface,Symfony\Component\Console\Input $input
return Symfony\Component\Console\Input\InputInterface

$io protected property

protected StyleInterface,Symfony\Component\Console\Style $io
return Symfony\Component\Console\Style\StyleInterface

$output protected property

protected OutputInterface,Symfony\Component\Console\Output $output
return Symfony\Component\Console\Output\OutputInterface