Notable Interface Reference

Calendar interface for events. More...

Inheritance diagram for Notable:
ElggEntity ElggGroup ElggObject ElggSite ElggUser ElggFile ElggPlugin ElggWidget

List of all members.

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.

Detailed Description

Calendar interface for events.

Definition at line 18 of file calendar.php.


Member Function Documentation

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.

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.

Implemented in ElggEntity.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations
Generated on Sat May 25 00:01:26 2013 for Elgg by  doxygen 1.6.3