public function InputInterface::getArgument in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\InputCode
public function getArgument($name);