You are here

public function InputInterface::getFirstArgument 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::getFirstArgument()

Returns the first argument from the raw parameters (not parsed).

Return value

string The value of the first argument or null otherwise

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 26

Class

InputInterface
InputInterface is the interface implemented by all input classes.

Namespace

Symfony\Component\Console\Input

Code

public function getFirstArgument();