PHP 클래스 Cartalyst\Sentinel\Native\ConfigRepository

상속: implements ArrayAcces\ArrayAccess
파일 보기 프로젝트 열기: cartalyst/sentinel

보호된 프로퍼티들

프로퍼티 타입 설명
$config array The config data.
$file string The config file path.

공개 메소드들

메소드 설명
__construct ( string $file = null ) : void Constructor.
offsetExists ( $key ) {@inheritDoc}
offsetGet ( $key ) {@inheritDoc}
offsetSet ( $key, $value ) {@inheritDoc}
offsetUnset ( $key ) {@inheritDoc}

보호된 메소드들

메소드 설명
load ( ) : void Load the configuration file.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $file = null ) : void
$file string
리턴 void

load() 보호된 메소드

Load the configuration file.
protected load ( ) : void
리턴 void

offsetExists() 공개 메소드

{@inheritDoc}
public offsetExists ( $key )

offsetGet() 공개 메소드

{@inheritDoc}
public offsetGet ( $key )

offsetSet() 공개 메소드

{@inheritDoc}
public offsetSet ( $key, $value )

offsetUnset() 공개 메소드

{@inheritDoc}
public offsetUnset ( $key )

프로퍼티 상세

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

The config data.
protected array $config
리턴 array

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

The config file path.
protected string $file
리턴 string