PHP 클래스 Jarves\Configuration\Cache

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

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes
$docBlock
$options Options
$service string

공개 메소드들

메소드 설명
getOption ( $key )
getOptions ( ) : Options
getService ( ) : string
setOption ( $key, $value )
setOptions ( Options $options = null )
setService ( string $service )

메소드 상세

getOption() 공개 메소드

public getOption ( $key )

getOptions() 공개 메소드

public getOptions ( ) : Options
리턴 Options

getService() 공개 메소드

public getService ( ) : string
리턴 string

setOption() 공개 메소드

public setOption ( $key, $value )

setOptions() 공개 메소드

public setOptions ( Options $options = null )
$options Options

setService() 공개 메소드

public setService ( string $service )
$service string

프로퍼티 상세

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

protected $attributes

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

protected $docBlock

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

protected Options,Jarves\Configuration $options
리턴 Options

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

protected string $service
리턴 string