GrumPHP\Console\Helper\PathsHelper::__construct PHP Метод

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

public __construct ( GrumPHP $config, Filesystem $fileSystem, ExternalCommand $externalCommandLocator, string $defaultConfigPath )
$config GrumPHP\Configuration\GrumPHP
$fileSystem GrumPHP\Util\Filesystem
$externalCommandLocator GrumPHP\Locator\ExternalCommand
$defaultConfigPath string
    public function __construct(GrumPHP $config, Filesystem $fileSystem, ExternalCommand $externalCommandLocator, $defaultConfigPath)
    {
        $this->config = $config;
        $this->fileSystem = $fileSystem;
        $this->externalCommandLocator = $externalCommandLocator;
        $this->defaultConfigPath = $defaultConfigPath;
    }