ScheduledBackup
class ScheduledBackup extends Model (View source)
Properties
string | $backupLocation | ||
string | $cronSchedule | ||
bool | $enabled | ||
protected | $latestBackupType | ||
protected | $latestBackupDataType | ||
string | $nextScheduledTime | ||
string | $timeZone |
Methods
setBackupLocation($backupLocation)
No description
string
getBackupLocation()
No description
setCronSchedule($cronSchedule)
No description
string
getCronSchedule()
No description
setEnabled($enabled)
No description
bool
getEnabled()
No description
getLatestBackup()
No description
setNextScheduledTime($nextScheduledTime)
No description
string
getNextScheduledTime()
No description
setTimeZone($timeZone)
No description
string
getTimeZone()
No description
Details
setBackupLocation($backupLocation)
No description
string
getBackupLocation()
No description
setCronSchedule($cronSchedule)
No description
string
getCronSchedule()
No description
setEnabled($enabled)
No description
bool
getEnabled()
No description
setLatestBackup(LatestBackup $latestBackup)
No description
LatestBackup
getLatestBackup()
No description
setNextScheduledTime($nextScheduledTime)
No description
string
getNextScheduledTime()
No description
setTimeZone($timeZone)
No description
string
getTimeZone()
No description