public function InputInterface::getArguments in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Input/InputInterface.php \Symfony\Component\Console\Input\InputInterface::getArguments()
Returns all the given arguments merged with the default values.
Return value
array
1 method overrides InputInterface::getArguments()
- Input::getArguments in vendor/
symfony/ console/ Input/ Input.php - Returns the argument values.
File
- vendor/
symfony/ console/ Input/ InputInterface.php, line 74
Class
- InputInterface
- InputInterface is the interface implemented by all input classes.
Namespace
Symfony\Component\Console\InputCode
public function getArguments();