SingleCommandApplication
extends Application
Table of Contents
-
$myCommand
: mixed
-
__construct()
: mixed
-
getDefinition()
: mixed
-
getCommandName()
: mixed
-
getDefaultCommands()
: mixed
$myCommand
protected
mixed
$myCommand
__construct()
public
__construct(Command $command[, mixed $name = 'UNKNOWN' ]) : mixed
Parameters
-
$command
: Command
-
-
$name
: mixed
= 'UNKNOWN'
-
Return values
mixed
—
getDefinition()
public
getDefinition() : mixed
Return values
mixed
—
getCommandName()
protected
getCommandName(InputInterface $input) : mixed
Parameters
-
$input
: InputInterface
-
Return values
mixed
—
getDefaultCommands()
protected
getDefaultCommands() : mixed
Return values
mixed
—