Elgg  Version 1.9
Notable.php
Go to the documentation of this file.
1 <?php
10 interface Notable {
25  public function setCalendarTimeAndDuration($hour = null, $minute = null, $second = null,
26  $day = null, $month = null, $year = null, $duration = null);
27 
33  public function getCalendarStartTime();
34 
40  public function getCalendarEndTime();
41 }
setCalendarTimeAndDuration($hour=null, $minute=null, $second=null, $day=null, $month=null, $year=null, $duration=null)
Calendar functionality.
getCalendarEndTime()
Return the end timestamp.
getCalendarStartTime()
Return the start timestamp.