Copied!
CloneableInstantiable
Methods
public describe(Symfony\Component\Console\Output\OutputInterface $output, object $object, array $options = []) : void
Properties
protected Symfony\Component\Console\Output\OutputInterface Symfony\Component\Console\Descriptor\Descriptor::$output
Methods
protected describeApplication(Symfony\Component\Console\Application $application, array $options = []) : void
protected describeCommand(Symfony\Component\Console\Command\Command $command, array $options = []) : void
protected describeInputArgument(Symfony\Component\Console\Input\InputArgument $argument, array $options = []) : void
protected describeInputDefinition(Symfony\Component\Console\Input\InputDefinition $definition, array $options = []) : void
protected describeInputOption(Symfony\Component\Console\Input\InputOption $option, array $options = []) : void
protected write(string $content, bool $decorated = true) : void
 

Override parent method to set $decorated = true.

Properties
private string $chapterChar = '-'
private string $paragraphsChar = '"'
private string $partChar = '='
private string $sectionChar = '~'
private string $subsectionChar = '.'
private string $subsubsectionChar = '^'
private array $visibleNamespaces = []
Methods
private createTableOfContents(Symfony\Component\Console\Descriptor\ApplicationDescription $description, Symfony\Component\Console\Application $application) : void
private describeCommands( $application, array $options) : void
private getApplicationTitle(Symfony\Component\Console\Application $application) : string
private getNonDefaultOptions(Symfony\Component\Console\Input\InputDefinition $definition) : array
private removeAliasesAndHiddenCommands(array $commands) : array
private setVisibleNamespaces(Symfony\Component\Console\Descriptor\ApplicationDescription $description) : void
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration