You are here

protected function JsonDescriptor::describeInputArgument in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Descriptor/JsonDescriptor.php \Symfony\Component\Console\Descriptor\JsonDescriptor::describeInputArgument()

Describes an InputArgument instance.

Parameters

InputArgument $argument:

array $options:

Return value

string|mixed

Overrides Descriptor::describeInputArgument

File

vendor/symfony/console/Descriptor/JsonDescriptor.php, line 32

Class

JsonDescriptor
JSON descriptor.

Namespace

Symfony\Component\Console\Descriptor

Code

protected function describeInputArgument(InputArgument $argument, array $options = array()) {
  $this
    ->writeData($this
    ->getInputArgumentData($argument), $options);
}