Stecman\Component\Symfony\Console\BashCompletion\CompletionContext::getCommandLine PHP Метод

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

Return the current command line verbatim as a string
public getCommandLine ( ) : string
Результат string
    public function getCommandLine()
    {
        return $this->commandLine;
    }