Method |
Description |
|
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 ) |
|
|