Открытые члены | |
__construct (Entity\Letter $letter) | |
setDaysOfMonth (array $days) | |
setDaysOfWeek (array $days) | |
setMonthsOfYear (array $months) | |
setTime ($hours, $minutes) | |
getNextDate () | |
apply () | |
revoke () | |
getCode () | |
Открытые статические члены | |
static | parseDaysOfMonth ($daysOfMonth) |
static | parseDaysOfWeek ($daysOfWeek) |
static | parseMonthsOfYear ($monthsOfYear) |
static | parseTimesOfDay ($time) |
static | getTimeList () |
Защищенные данные | |
$monthsOfYear = array() | |
$daysOfMonth = array() | |
$daysOfWeek = array() | |
$hours = 0 | |
$minutes = 0 | |
См. определение в файле methodschedule.php строка 18
__construct | ( | Entity\Letter | $letter | ) |
Constructor.
Entity\Letter | $letter | Letter. |
Замещает iMethod.
См. определение в файле methodschedule.php строка 43
apply | ( | ) |
Apply method.
Замещает iMethod.
См. определение в файле methodschedule.php строка 213
getCode | ( | ) |
getNextDate | ( | ) |
Get next date.
NotImplementedException |
См. определение в файле methodschedule.php строка 170
|
static |
|
static |
Parse days of month.
string | $daysOfMonth | Days of month. |
См. определение в файле methodschedule.php строка 256
|
static |
Parse days of week.
string | $daysOfWeek | Days of week. |
См. определение в файле methodschedule.php строка 311
|
static |
Parse months of year.
string | $monthsOfYear | Months of year. |
См. определение в файле methodschedule.php строка 347
|
static |
Parse times of day.
string | $time | Time. |
См. определение в файле methodschedule.php строка 383
revoke | ( | ) |
Revoke method.
Замещает iMethod.
См. определение в файле methodschedule.php строка 231
setDaysOfMonth | ( | array | $days | ) |
Set days of month.
integer[] | $days | Days. |
См. определение в файле methodschedule.php строка 54
setDaysOfWeek | ( | array | $days | ) |
Set days of week.
integer[] | $days | Days. |
См. определение в файле methodschedule.php строка 66
setMonthsOfYear | ( | array | $months | ) |
Set month of year.
integer[] | $months | Months. |
См. определение в файле methodschedule.php строка 78
setTime | ( | $hours, | |
$minutes ) |
Set time.
string | $hours | Hours. |
string | $minutes | Minutes. |
См. определение в файле methodschedule.php строка 91
|
protected |
См. определение в файле methodschedule.php строка 24
|
protected |
См. определение в файле methodschedule.php строка 27
|
protected |
См. определение в файле methodschedule.php строка 30
|
protected |
См. определение в файле methodschedule.php строка 33
|
protected |
См. определение в файле methodschedule.php строка 21