Documentation

Application extends Application

Table of Contents

$applicationDefinition  : ApplicationDefinition
beforeCommand()  : mixed
getLongVersion()  : mixed
Removes default app name output
infos()  : mixed
run()  : mixed
setApplicationDefinition()  : mixed
Sets the app definition
printCliHeader()  : void

Properties

Methods

beforeCommand()

public beforeCommand(string $Command) : mixed
Parameters
$Command : string
Return values
mixed

getLongVersion()

Removes default app name output

public getLongVersion() : mixed
Return values
mixed

infos()

public infos(array<string|int, mixed> $infos) : mixed
Parameters
$infos : array<string|int, mixed>
Return values
mixed

run()

public run([InputInterface $input = null ][, OutputInterface $output = null ]) : mixed
Parameters
$input : InputInterface = null
$output : OutputInterface = null
Return values
mixed

printCliHeader()

private printCliHeader() : void
Return values
void

Search results