class StandardSchedule extends Collection (View source)

Properties

protected $collection_key
protected $backupWindowType
protected $backupWindowDataType
int[] $daysOfMonth
string[] $daysOfWeek
int $hourlyFrequency
string[] $months
string $recurrenceType
string $timeZone
protected $weekDayOfMonthType
protected $weekDayOfMonthDataType

Methods

setBackupWindow(BackupWindow $backupWindow)

No description

getBackupWindow()

No description

setDaysOfMonth($daysOfMonth)

No description

int[]
getDaysOfMonth()

No description

setDaysOfWeek($daysOfWeek)

No description

string[]
getDaysOfWeek()

No description

setHourlyFrequency($hourlyFrequency)

No description

int
getHourlyFrequency()

No description

setMonths($months)

No description

string[]
getMonths()

No description

setRecurrenceType($recurrenceType)

No description

string
getRecurrenceType()

No description

setTimeZone($timeZone)

No description

string
getTimeZone()

No description

setWeekDayOfMonth(WeekDayOfMonth $weekDayOfMonth)

No description

Details

setBackupWindow(BackupWindow $backupWindow)

No description

Parameters

BackupWindow $backupWindow

BackupWindow getBackupWindow()

No description

Return Value

BackupWindow

setDaysOfMonth($daysOfMonth)

No description

Parameters

$daysOfMonth

int[] getDaysOfMonth()

No description

Return Value

int[]

setDaysOfWeek($daysOfWeek)

No description

Parameters

$daysOfWeek

string[] getDaysOfWeek()

No description

Return Value

string[]

setHourlyFrequency($hourlyFrequency)

No description

Parameters

$hourlyFrequency

int getHourlyFrequency()

No description

Return Value

int

setMonths($months)

No description

Parameters

$months

string[] getMonths()

No description

Return Value

string[]

setRecurrenceType($recurrenceType)

No description

Parameters

$recurrenceType

string getRecurrenceType()

No description

Return Value

string

setTimeZone($timeZone)

No description

Parameters

$timeZone

string getTimeZone()

No description

Return Value

string

setWeekDayOfMonth(WeekDayOfMonth $weekDayOfMonth)

No description

Parameters

WeekDayOfMonth $weekDayOfMonth

WeekDayOfMonth getWeekDayOfMonth()

No description

Return Value

WeekDayOfMonth