Zend Framework
1.12
|
Public Member Functions | |
__construct ($minute, $hour, $dayOfMonth, $month, $year, $recurring=0, $notify=0) | |
constructor for schedule object, all times are in UTC | |
getMinute () | |
returns the value of $minute | |
setMinute ($minute) | |
sets $minute | |
getHour () | |
returns the value of $hour | |
setHour ($hour) | |
sets $hour | |
getDayOfMonth () | |
returns the value of $dayOfMonth | |
setDayOfMonth ($dayOfMonth) | |
sets $dayOfMonth | |
getMonth () | |
returns the value of $month | |
setMonth ($month) | |
sets $month | |
getYear () | |
returns the value of $year | |
setYear ($year) | |
sets $year | |
getRecurring () | |
returns the value of $recurring | |
setRecurring ($recurring) | |
sets $recurring | |
getNotify () | |
returns the value of $notify | |
setNotify ($notify) | |
sets $notify | |
Public Attributes | |
$minute = null | |
$hour = null | |
$dayOfMonth = null | |
$month = null | |
$year = null | |
$recurring = 0 | |
$notify = 0 | |
__construct | ( | $minute, | |
$hour, | |||
$dayOfMonth, | |||
$month, | |||
$year, | |||
$recurring = 0 , |
|||
$notify = 0 |
|||
) |
constructor for schedule object, all times are in UTC
integer | $minute | |
integer | $hour | |
integer | $dayOfMonth | |
integer | $month | |
integer | $year | |
integer | $recurring | |
integer | $notify |
getDayOfMonth | ( | ) |
returns the value of $dayOfMonth
getHour | ( | ) |
returns the value of $hour
getMinute | ( | ) |
returns the value of $minute
getMonth | ( | ) |
returns the value of $month
getNotify | ( | ) |
returns the value of $notify
getRecurring | ( | ) |
returns the value of $recurring
getYear | ( | ) |
returns the value of $year
setDayOfMonth | ( | $dayOfMonth | ) |
sets $dayOfMonth
integer | $dayOfMonth |
setHour | ( | $hour | ) |
sets $hour
integer | $hour |
setMinute | ( | $minute | ) |
sets $minute
integer | $minute |
setMonth | ( | $month | ) |
sets $month
integer | $month |
setNotify | ( | $notify | ) |
sets $notify
integer | $notify |
setRecurring | ( | $recurring | ) |
sets $recurring
integer | $recurring |
setYear | ( | $year | ) |
sets $year
integer | $year |
$dayOfMonth = null |
$hour = null |
$minute = null |
$month = null |
$notify = 0 |
$recurring = 0 |
$year = null |