PHP Class Jarves\Configuration\SystemConfig

Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode 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 )

Method Details

getCache() public méthode

public getCache ( boolean $orCreate = false ) : Cache
$orCreate boolean creates the value of not exists.
Résultat Cache

getClient() public méthode

public getClient ( boolean $orCreate = false ) : Client
$orCreate boolean creates the value of not exists.
Résultat Client

getDatabase() public méthode

public getDatabase ( boolean $orCreate = false ) : Database
$orCreate boolean creates the value of not exists.
Résultat Database

getEmail() public méthode

public getEmail ( ) : string
Résultat string

getFile() public méthode

public getFile ( boolean $orCreate = false ) : FilePermission
$orCreate boolean creates the value of not exists.
Résultat FilePermission

getId() public méthode

public getId ( ) : string
Résultat string

getLanguages() public méthode

public getLanguages ( ) : string
Résultat string

getLogs() public méthode

public getLogs ( boolean $orCreate = false ) : Logs
$orCreate boolean
Résultat Logs

getMountPoints() public méthode

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

getPasswordHashKey() public méthode

public getPasswordHashKey ( ) : string
Résultat string

getSystemTitle() public méthode

public getSystemTitle ( ) : string
Résultat string

getTimezone() public méthode

public getTimezone ( ) : string
Résultat string

save() public méthode

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

setCache() public méthode

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

setClient() public méthode

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

setDatabase() public méthode

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

setEmail() public méthode

public setEmail ( string $email )
$email string

setFile() public méthode

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

setId() public méthode

public setId ( string $id )
$id string

setLanguages() public méthode

public setLanguages ( string $languages )
$languages string

setLogs() public méthode

public setLogs ( Logs $logs )
$logs Logs

setMountPoints() public méthode

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

setPasswordHashKey() public méthode

public setPasswordHashKey ( string $passwordHashKey )
$passwordHashKey string

setSystemTitle() public méthode

public setSystemTitle ( string $systemTitle )
$systemTitle string

setTimezone() public méthode

public setTimezone ( string $timezone )
$timezone string

Property Details

$cache protected_oe property

protected Cache,Jarves\Configuration $cache
Résultat Cache

$client protected_oe property

protected Client,Jarves\Configuration $client
Résultat Client

$database protected_oe property

protected Database,Jarves\Configuration $database
Résultat Database

$docBlocks protected_oe property

protected $docBlocks

$email protected_oe property

protected string $email
Résultat string

$file protected_oe property

protected FilePermission,Jarves\Configuration $file
Résultat FilePermission

$id protected_oe property

protected string $id
Résultat string

$languages protected_oe property

protected string $languages
Résultat string

$logs protected_oe property

protected Logs,Jarves\Configuration $logs
Résultat Logs

$mountPoints protected_oe property

protected SystemMountPoint[] $mountPoints
Résultat SystemMountPoint[]

$passwordHashKey protected_oe property

protected string $passwordHashKey
Résultat string

$rootName protected_oe property

protected $rootName

$systemTitle protected_oe property

protected string $systemTitle
Résultat string

$timezone protected_oe property

protected string $timezone
Résultat string