GrumPHP\Locator\ExternalCommand::__construct PHP Méthode

__construct() public méthode

public __construct ( string $binDir, ExecutableFinder $executableFinder )
$binDir string
$executableFinder Symfony\Component\Process\ExecutableFinder
    public function __construct($binDir, ExecutableFinder $executableFinder)
    {
        $this->binDir = rtrim($binDir, '/\\');
        $this->executableFinder = $executableFinder;
    }
ExternalCommand