Elgg  Version 1.9
Public Member Functions | List of all members
Notable Interface Reference
Inheritance diagram for Notable:
ElggEntity ElggGroup ElggObject ElggSite ElggUser Represents ElggComment ElggFile ElggPlugin ElggUpgrade ElggWidget

Public Member Functions

 setCalendarTimeAndDuration ($hour=null, $minute=null, $second=null, $day=null, $month=null, $year=null, $duration=null)
 Calendar functionality. More...
 
 getCalendarStartTime ()
 Return the start timestamp. More...
 
 getCalendarEndTime ()
 Return the end timestamp. More...
 

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$hourIf ommitted, now is assumed.
int$minuteIf ommitted, now is assumed.
int$secondIf ommitted, now is assumed.
int$dayIf ommitted, now is assumed.
int$monthIf ommitted, now is assumed.
int$yearIf ommitted, now is assumed.
int$durationDuration of event, remainder of the day is assumed.
Returns
bool

Implemented in ElggEntity.


The documentation for this interface was generated from the following file: