Copied!

XML descriptor.

CloneableInstantiable
Methods
public Symfony\Component\Console\Descriptor\Descriptor::describe(Symfony\Component\Console\Output\OutputInterface $output, object $object, array $options = []) : void
public getApplicationDocument(Symfony\Component\Console\Application $application, ?string $namespace = NULL, bool $short = false) : DOMDocument
public getCommandDocument(Symfony\Component\Console\Command\Command $command, bool $short = false) : DOMDocument
public getInputDefinitionDocument(Symfony\Component\Console\Input\InputDefinition $definition) : DOMDocument
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 Symfony\Component\Console\Descriptor\Descriptor::write(string $content, bool $decorated = false) : void
Methods
private appendDocument(DOMNode $parentNode, DOMNode $importedParent) : void
 

Appends document children to parent node.

private getInputArgumentDocument(Symfony\Component\Console\Input\InputArgument $argument) : DOMDocument
private getInputOptionDocument(Symfony\Component\Console\Input\InputOption $option) : DOMDocument
private writeDocument(DOMDocument $dom) : void
 

Writes DOM document.

© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration