SatisAdmin\Model\ModelManager::__construct PHP Method

__construct() public method

public __construct ( Gaufrette\Filesystem $filesystem, string $configFile )
$filesystem Gaufrette\Filesystem
$configFile string
    public function __construct(Filesystem $filesystem, $configFile)
    {
        $this->filesystem = $filesystem;
        $this->configFile = $configFile;
    }