Webmozart\Console\Api\Args\RawArgs::toString PHP Метод

toString() публичный Метод

Returns the console arguments as string.
public toString ( boolean $scriptName = true ) : string
$scriptName boolean Whether to include the script name in the output.
Результат string The arguments as string.
    public function toString($scriptName = true);