PHP Class Jarves\JarvesConfig

Show file Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$systemConfig Jarves\Configuration\SystemConfig

Public Methods

Method Description
__construct ( string $rootDir, string $environment, Symfony\Component\DependencyInjection\ContainerInterface $container )
getSystemConfig ( ) : SystemConfig
setSystemConfig ( SystemConfig $systemConfig )

Method Details

__construct() public method

public __construct ( string $rootDir, string $environment, Symfony\Component\DependencyInjection\ContainerInterface $container )
$rootDir string
$environment string
$container Symfony\Component\DependencyInjection\ContainerInterface

getSystemConfig() public method

public getSystemConfig ( ) : SystemConfig
return Jarves\Configuration\SystemConfig

setSystemConfig() public method

public setSystemConfig ( SystemConfig $systemConfig )
$systemConfig Jarves\Configuration\SystemConfig

Property Details

$systemConfig protected property

protected SystemConfig,Jarves\Configuration $systemConfig
return Jarves\Configuration\SystemConfig