class HelpCommand (View source)

Properties

protected $application

var Application

Methods

__construct(Application $application)

Create a help document from a Symfony Console command

getApplication()

No description

help($commandName = 'help')

Run the help command

getHelpDocument($command)

Create a help document.

Details

__construct(Application $application)

Create a help document from a Symfony Console command

Parameters

Application $application

getApplication()

No description

HelpDocument help($commandName = 'help')

Run the help command

Parameters

$commandName

Return Value

HelpDocument

protected getHelpDocument($command)

Create a help document.

Parameters

$command