public function DescriptorInterface::describe in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Descriptor/DescriptorInterface.php \Symfony\Component\Console\Descriptor\DescriptorInterface::describe()
Describes an InputArgument instance.
Parameters
OutputInterface $output:
object $object:
array $options:
1 method overrides DescriptorInterface::describe()
- Descriptor::describe in vendor/
symfony/ console/ Descriptor/ Descriptor.php - Describes an InputArgument instance.
File
- vendor/
symfony/ console/ Descriptor/ DescriptorInterface.php, line 30
Class
- DescriptorInterface
- Descriptor interface.
Namespace
Symfony\Component\Console\DescriptorCode
public function describe(OutputInterface $output, $object, array $options = array());