GrumPHP\Process\ProcessBuilder::getCommandLocation PHP Méthode

getCommandLocation() private méthode

private getCommandLocation ( string $command ) : string
$command string
Résultat string
    private function getCommandLocation($command)
    {
        return $this->externalCommandLocator->locate($command);
    }