Notable Interface Reference

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

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:
 All Classes Namespaces Files Functions Variables Enumerations
Generated on Wed May 22 00:01:25 2013 for Elgg by  doxygen 1.6.3