PHP Class Acacha\Llum\Console\ServiceCommand

Inheritance: extends LlumCommand
Mostra file Open project: acacha/llum

Protected Properties

Property Type Description
$argument string Command argument.
$argumentDescription string Command argument description.
$commandDescription string Command description.
$commandName string Command name.

Protected Methods

Method Description
configure ( ) Configure the command options.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void Execute the command.

Method Details

configure() protected method

Configure the command options.
protected configure ( )

execute() protected method

Execute the command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return integer | null | void

Property Details

$argument protected_oe property

Command argument.
protected string $argument
return string

$argumentDescription protected_oe property

Command argument description.
protected string $argumentDescription
return string

$commandDescription protected_oe property

Command description.
protected string $commandDescription
return string

$commandName protected_oe property

Command name.
protected string $commandName
return string