PHP 클래스 Jarves\Configuration\SystemConfig

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

보호된 프로퍼티들

프로퍼티 타입 설명
$cache Cache
$client Client
$database Database
$docBlocks
$email string
$file FilePermission
$id string
$languages string
$logs Logs
$mountPoints SystemMountPoint[]
$passwordHashKey string
$rootName
$systemTitle string
$timezone string

공개 메소드들

메소드 설명
getCache ( boolean $orCreate = false ) : Cache
getClient ( boolean $orCreate = false ) : Client
getDatabase ( boolean $orCreate = false ) : Database
getEmail ( ) : string
getFile ( boolean $orCreate = false ) : FilePermission
getId ( ) : string
getLanguages ( ) : string
getLogs ( boolean $orCreate = false ) : Logs
getMountPoints ( boolean $orCreate = false ) : MountPoint[]
getPasswordHashKey ( ) : string
getSystemTitle ( ) : string
getTimezone ( ) : string
save ( $path, $withDefaults = true ) {@inheritDocs}
setCache ( Cache $cache = null )
setClient ( Client $client = null )
setDatabase ( Database $database = null )
setEmail ( string $email )
setFile ( FilePermission $file = null )
setId ( string $id )
setLanguages ( string $languages )
setLogs ( Logs $logs )
setMountPoints ( array $mountPoints = null )
setPasswordHashKey ( string $passwordHashKey )
setSystemTitle ( string $systemTitle )
setTimezone ( string $timezone )

메소드 상세

getCache() 공개 메소드

public getCache ( boolean $orCreate = false ) : Cache
$orCreate boolean creates the value of not exists.
리턴 Cache

getClient() 공개 메소드

public getClient ( boolean $orCreate = false ) : Client
$orCreate boolean creates the value of not exists.
리턴 Client

getDatabase() 공개 메소드

public getDatabase ( boolean $orCreate = false ) : Database
$orCreate boolean creates the value of not exists.
리턴 Database

getEmail() 공개 메소드

public getEmail ( ) : string
리턴 string

getFile() 공개 메소드

public getFile ( boolean $orCreate = false ) : FilePermission
$orCreate boolean creates the value of not exists.
리턴 FilePermission

getId() 공개 메소드

public getId ( ) : string
리턴 string

getLanguages() 공개 메소드

public getLanguages ( ) : string
리턴 string

getLogs() 공개 메소드

public getLogs ( boolean $orCreate = false ) : Logs
$orCreate boolean
리턴 Logs

getMountPoints() 공개 메소드

public getMountPoints ( boolean $orCreate = false ) : MountPoint[]
$orCreate boolean creates the value of not exists.
리턴 MountPoint[]

getPasswordHashKey() 공개 메소드

public getPasswordHashKey ( ) : string
리턴 string

getSystemTitle() 공개 메소드

public getSystemTitle ( ) : string
리턴 string

getTimezone() 공개 메소드

public getTimezone ( ) : string
리턴 string

save() 공개 메소드

{@inheritDocs}
public save ( $path, $withDefaults = true )

setCache() 공개 메소드

public setCache ( Cache $cache = null )
$cache Cache

setClient() 공개 메소드

public setClient ( Client $client = null )
$client Client

setDatabase() 공개 메소드

public setDatabase ( Database $database = null )
$database Database

setEmail() 공개 메소드

public setEmail ( string $email )
$email string

setFile() 공개 메소드

public setFile ( FilePermission $file = null )
$file FilePermission

setId() 공개 메소드

public setId ( string $id )
$id string

setLanguages() 공개 메소드

public setLanguages ( string $languages )
$languages string

setLogs() 공개 메소드

public setLogs ( Logs $logs )
$logs Logs

setMountPoints() 공개 메소드

public setMountPoints ( array $mountPoints = null )
$mountPoints array

setPasswordHashKey() 공개 메소드

public setPasswordHashKey ( string $passwordHashKey )
$passwordHashKey string

setSystemTitle() 공개 메소드

public setSystemTitle ( string $systemTitle )
$systemTitle string

setTimezone() 공개 메소드

public setTimezone ( string $timezone )
$timezone string

프로퍼티 상세

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

protected Cache,Jarves\Configuration $cache
리턴 Cache

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

protected Client,Jarves\Configuration $client
리턴 Client

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

protected Database,Jarves\Configuration $database
리턴 Database

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

protected $docBlocks

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

protected string $email
리턴 string

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

protected FilePermission,Jarves\Configuration $file
리턴 FilePermission

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

protected string $id
리턴 string

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

protected string $languages
리턴 string

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

protected Logs,Jarves\Configuration $logs
리턴 Logs

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

protected SystemMountPoint[] $mountPoints
리턴 SystemMountPoint[]

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

protected string $passwordHashKey
리턴 string

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

protected $rootName

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

protected string $systemTitle
리턴 string

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

protected string $timezone
리턴 string