Jarves\JarvesConfig::__construct PHP Method

__construct() public method

public __construct ( string $rootDir, string $environment, Symfony\Component\DependencyInjection\ContainerInterface $container )
$rootDir string
$environment string
$container Symfony\Component\DependencyInjection\ContainerInterface
    public function __construct($rootDir, $environment, ContainerInterface $container)
    {
        $this->rootDir = $rootDir;
        $this->environment = $environment;
        $this->container = $container;
    }