class TextDescriptor extends Descriptor
| protected OutputStyle | $output | from Descriptor | |
| protected | $type | from Descriptor | |
| protected | $ownOptions | from Descriptor | |
| protected | $overriddenOptions | from Descriptor | |
| protected | $parentOptions | from Descriptor | |
| protected | $extensionOptions | from Descriptor | |
| protected | $requiredOptions | from Descriptor | |
| protected | $parents | from Descriptor | |
| protected | $extensions | from Descriptor |
| describe(OutputInterface $output, object $object, array $options = array()) Describes an object if supported. | from Descriptor | |
| describeDefaults(array $options) | ||
| describeResolvedFormType(ResolvedFormTypeInterface $resolvedFormType, array $options = array()) | ||
| describeOption(OptionsResolver $optionsResolver, array $options) | ||
| collectOptions(ResolvedFormTypeInterface $type) | from Descriptor | |
| getOptionDefinition(OptionsResolver $optionsResolver, $option) | from Descriptor |
Describes an object if supported.
| OutputInterface | $output | |
| object | $object | |
| array | $options |
| array | $options |
| ResolvedFormTypeInterface | $resolvedFormType | |
| array | $options |
| OptionsResolver | $optionsResolver | |
| array | $options |
| ResolvedFormTypeInterface | $type |
| OptionsResolver | $optionsResolver | |
| $option |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Form/Console/Descriptor/TextDescriptor.html