GrumPHP\Process\ProcessBuilder::getCommandLocation PHP Метод

getCommandLocation() приватный Метод

private getCommandLocation ( string $command ) : string
$command string
Результат string
    private function getCommandLocation($command)
    {
        return $this->externalCommandLocator->locate($command);
    }