XmlDescriptor
class XmlDescriptor extends Descriptor
XML-описатель.
Методы
| describe(OutputInterface $output, object $object, array $options = array()) Описывает экземпляр InputArgument. | из Descriptor | |
| DOMDocument | getInputDefinitionDocument(InputDefinition $definition) | |
| DOMDocument | getCommandDocument(Command $command) | |
| DOMDocument | getApplicationDocument(Application $application, string|null $namespace = null) |
Подробности
describe(OutputInterface $output, object $object, array $options = array())
Описывает экземпляр InputArgument.
Параметры
| OutputInterface | $output | |
| object | $object | |
| array | $options |
DOMDocument getInputDefinitionDocument(InputDefinition $definition)
Параметры
| InputDefinition | $definition |
Возвращаемое значение
| DOMDocument |
DOMDocument getCommandDocument(Command $command)
Параметры
| Command | $command |
Возвращаемое значение
| DOMDocument |
DOMDocument getApplicationDocument(Application $application, string|null $namespace = null)
Параметры
| Application | $application | |
| string|null | $namespace |
Возвращаемое значение
| DOMDocument |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Console/Descriptor/XmlDescriptor.html