[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/console/Descriptor/ -> XmlDescriptor.php (summary)

(no description)

File Size: 248 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

XmlDescriptor:: (12 methods):
  getInputDefinitionDocument()
  getCommandDocument()
  getApplicationDocument()
  describeInputArgument()
  describeInputOption()
  describeInputDefinition()
  describeCommand()
  describeApplication()
  appendDocument()
  writeDocument()
  getInputArgumentDocument()
  getInputOptionDocument()


Class: XmlDescriptor  - X-Ref

XML descriptor.

getInputDefinitionDocument(InputDefinition $definition)   X-Ref

return: \DOMDocument

getCommandDocument(Command $command)   X-Ref

return: \DOMDocument

getApplicationDocument(Application $application, $namespace = null)   X-Ref

param: string|null $namespace
return: \DOMDocument

describeInputArgument(InputArgument $argument, array $options = [])   X-Ref
{@inheritdoc}


describeInputOption(InputOption $option, array $options = [])   X-Ref
{@inheritdoc}


describeInputDefinition(InputDefinition $definition, array $options = [])   X-Ref
{@inheritdoc}


describeCommand(Command $command, array $options = [])   X-Ref
{@inheritdoc}


describeApplication(Application $application, array $options = [])   X-Ref
{@inheritdoc}


appendDocument(\DOMNode $parentNode, \DOMNode $importedParent)   X-Ref
Appends document children to parent node.


writeDocument(\DOMDocument $dom)   X-Ref
Writes DOM document.


getInputArgumentDocument(InputArgument $argument)   X-Ref

return: \DOMDocument

getInputOptionDocument(InputOption $option)   X-Ref

return: \DOMDocument



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1