Overview

Packages

  • ClipIt
    • clipit
      • api
    • urjc
      • backend
  • Elgg
    • Core
      • Access
      • Authentication
      • Cache
      • Caches
      • Core
      • DataMode
        • Site
      • DataModel
        • Annotations
        • Entities
        • Extender
        • File
        • Importable
        • Loggable
        • Notable
        • Object
        • User
      • DataStorage
      • Exception
      • Exceptions
        • Stub
      • FileStore
        • Disk
      • Groups
      • Helpers
      • HMAC
      • Memcache
      • Metadata
      • Navigation
      • ODD
      • Output
      • Plugins
        • Settings
      • Sessions
      • SocialModel
        • Friendable
        • Locatable
      • WebServicesAPI
      • Widgets
      • XML
      • XMLRPC
    • Exceptions
      • Stub
  • None
  • PHP

Interfaces

  • Notable
  • Overview
  • Package
  • Class
  • Tree

Interface Notable

Calendar interface for events.

Direct known implementers

ElggEntity

Indirect known implementers

ElggFile, ElggGroup, ElggObject, ElggPlugin, ElggSite, ElggUser, ElggWidget
Package: Elgg\Core\DataModel\Notable
Located at Notable.php
Methods summary
public boolean
# setCalendarTimeAndDuration( integer $hour = NULL, integer $minute = NULL, integer $second = NULL, integer $day = NULL, integer $month = NULL, integer $year = NULL, integer $duration = NULL )

Calendar functionality. This function sets the time of an object on a calendar listing.

Calendar functionality. This function sets the time of an object on a calendar listing.

Parameters

$hour
integer
$hour If ommitted, now is assumed.
$minute
integer
$minute If ommitted, now is assumed.
$second
integer
$second If ommitted, now is assumed.
$day
integer
$day If ommitted, now is assumed.
$month
integer
$month If ommitted, now is assumed.
$year
integer
$year If ommitted, now is assumed.
$duration
integer
$duration Duration of event, remainder of the day is assumed.

Returns

boolean
public integer
# getCalendarStartTime( )

Return the start timestamp.

Return the start timestamp.

Returns

integer
public integer
# getCalendarEndTime( )

Return the end timestamp.

Return the end timestamp.

Returns

integer
API documentation generated by ApiGen 2.8.0