function InputInterface::getFirstArgument
Returns the first argument from the raw parameters (not parsed).
2 methods override InputInterface::getFirstArgument()
- ArgvInput::getFirstArgument in vendor/
symfony/ console/ Input/ ArgvInput.php - Returns the first argument from the raw parameters (not parsed).
- ArrayInput::getFirstArgument in vendor/
symfony/ console/ Input/ ArrayInput.php - Returns the first argument from the raw parameters (not parsed).
File
-
vendor/
symfony/ console/ Input/ InputInterface.php, line 27
Class
- InputInterface
- InputInterface is the interface implemented by all input classes.
Namespace
Symfony\Component\Console\InputCode
public function getFirstArgument() : ?string;