PHP 클래스 Jarves\JarvesConfig

파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$systemConfig Jarves\Configuration\SystemConfig

공개 메소드들

메소드 설명
__construct ( string $rootDir, string $environment, Symfony\Component\DependencyInjection\ContainerInterface $container )
getSystemConfig ( ) : SystemConfig
setSystemConfig ( SystemConfig $systemConfig )

메소드 상세

__construct() 공개 메소드

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

getSystemConfig() 공개 메소드

public getSystemConfig ( ) : SystemConfig
리턴 Jarves\Configuration\SystemConfig

setSystemConfig() 공개 메소드

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

프로퍼티 상세

$systemConfig 보호되어 있는 프로퍼티

protected SystemConfig,Jarves\Configuration $systemConfig
리턴 Jarves\Configuration\SystemConfig