Notable Interface Reference
List of all members.
Detailed Description
Definition at line 10 of file Notable.php.
Member Function Documentation
| Notable::getCalendarEndTime |
( |
|
) |
|
Return the end timestamp.
- Returns:
- int
Implemented in ElggEntity.
| Notable::getCalendarStartTime |
( |
|
) |
|
Return the start timestamp.
- Returns:
- int
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.
- Parameters:
-
| 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. |
- Returns:
- bool
Implemented in ElggEntity.
The documentation for this interface was generated from the following file: