Calendar interface for events. More...
Public Member Functions | |
| setCalendarTimeAndDuration ($hour=NULL, $minute=NULL, $second=NULL, $day=NULL, $month=NULL, $year=NULL, $duration=NULL) | |
| Calendar functionality. | |
| getCalendarStartTime () | |
| Return the start timestamp. | |
| getCalendarEndTime () | |
| Return the end timestamp. | |
Calendar interface for events.
Definition at line 18 of file calendar.php.
| Notable::getCalendarEndTime | ( | ) |
Return the end timestamp.
Implemented in ElggEntity.
| Notable::getCalendarStartTime | ( | ) |
Return the start timestamp.
Implemented in ElggEntity.
| Notable::setCalendarTimeAndDuration | ( | $ | hour = NULL, |
|
| $ | minute = NULL, |
|||
| $ | second = NULL, |
|||
| $ | day = NULL, |
|||
| $ | month = NULL, |
|||
| $ | year = NULL, |
|||
| $ | duration = NULL | |||
| ) |
Calendar functionality.
This function sets the time of an object on a calendar listing.
| int | $hour If ommitted, now is assumed. | |
| int | $minute If ommitted, now is assumed. | |
| int | $second If ommitted, now is assumed. | |
| int | $day If ommitted, now is assumed. | |
| int | $month If ommitted, now is assumed. | |
| int | $year If ommitted, now is assumed. | |
| int | $duration Duration of event, remainder of the day is assumed. |
Implemented in ElggEntity.
1.6.3