Webmozart\Console\Api\Args\RawArgs::toString PHP Method

toString() public method

Returns the console arguments as string.
public toString ( boolean $scriptName = true ) : string
$scriptName boolean Whether to include the script name in the output.
return string The arguments as string.
    public function toString($scriptName = true);