You are here

public function DescriptorInterface::describe in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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\Descriptor

Code

public function describe(OutputInterface $output, $object, array $options = array());