You are here

public function InputInterface::getArgument in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Input/InputInterface.php \Symfony\Component\Console\Input\InputInterface::getArgument()

Gets argument by name.

Parameters

string $name The name of the argument:

Return value

mixed

1 method overrides InputInterface::getArgument()
Input::getArgument in vendor/symfony/console/Input/Input.php
Returns the argument value for a given argument name.

File

vendor/symfony/console/Input/InputInterface.php, line 83

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

public function getArgument($name);