function InputInterface::__toString
Returns a stringified representation of the args passed to the command.
InputArguments MUST be escaped as well as the InputOption values passed to the command.
2 methods override InputInterface::__toString()
- ArgvInput::__toString in vendor/
symfony/ console/ Input/ ArgvInput.php - Returns a stringified representation of the args passed to the command.
- ArrayInput::__toString in vendor/
symfony/ console/ Input/ ArrayInput.php - Returns a stringified representation of the args passed to the command.
File
-
vendor/
symfony/ console/ Input/ InputInterface.php, line 137
Class
- InputInterface
- InputInterface is the interface implemented by all input classes.
Namespace
Symfony\Component\Console\InputCode
public function __toString() : string;