Méthode | Description | |
---|---|---|
getData ( ) | ||
getDatabaseStatus ( ) : boolean | Get the database status | |
getDate ( ) : DateTime | Get the date | |
getStorageStatus ( ) : boolean | Get the storage status | |
setDatabaseStatus ( boolean $status ) : |
Set the database status | |
setDate ( DateTime $date ) : |
Set the date | |
setStorageStatus ( boolean $status ) : |
Set the storage status |
public getDatabaseStatus ( ) : boolean | ||
Résultat | boolean |
public getStorageStatus ( ) : boolean | ||
Résultat | boolean |
public setDatabaseStatus ( boolean $status ) : |
||
$status | boolean | The status flag |
Résultat |
public setDate ( DateTime $date ) : |
||
$date | DateTime | A DateTime instance |
Résultat |
public setStorageStatus ( boolean $status ) : |
||
$status | boolean | The status flag |
Résultat |