HelpDocument
class HelpDocument implements DomDataInterface (View source)
Properties
protected | $command | var Command |
|
protected | $dom | var \DOMDocument |
Methods
__construct(Command $command)
Create a help document from a Symfony Console command
getDomData()
Convert data into a \DomDocument.
generateBaseHelpDom(Command $command)
Create the base help DOM prior to alteration by the Command object.
Details
__construct(Command $command)
Create a help document from a Symfony Console command
DomDocument
getDomData()
Convert data into a \DomDocument.
protected DomDocument
generateBaseHelpDom(Command $command)
Create the base help DOM prior to alteration by the Command object.
protected DomDocument
alterHelpDocument(Command $command, DomDocument $dom)
Alter the DOM document per the command object