Elgg
Version 1.11
engine
classes
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
}
Notable
Definition:
Notable.php:10
Notable\getCalendarStartTime
getCalendarStartTime()
Return the start timestamp.
Notable\getCalendarEndTime
getCalendarEndTime()
Return the end timestamp.
Notable\setCalendarTimeAndDuration
setCalendarTimeAndDuration($hour=null, $minute=null, $second=null, $day=null, $month=null, $year=null, $duration=null)
Calendar functionality.
Generated on Fri Aug 29 2025 00:00:38 for Elgg by
1.9.1