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