PHP Класс Jarves\Configuration\SystemConfig

Наследование: extends Model
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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