Kronolith_Application
extends Horde_Registry_Application
in package
Table of Contents
- $features : mixed
- $version : mixed
- backup() : mixed
- cleanupData() : mixed
- davDeleteObject() : mixed
- davGetCollections() : mixed
- davGetObject() : mixed
- davGetObjects() : mixed
- davPutObject() : mixed
- Add or update an event from DAV
- download() : mixed
- hasPermission() : mixed
- listAlarms() : mixed
- menu() : mixed
- perms() : mixed
- removeUserData() : mixed
- restore() : mixed
- restoreDependencies() : mixed
- sidebar() : mixed
- Adds additional items to the sidebar.
- topbarCreate() : mixed
- _init() : mixed
- Global variables defined: - $kronolith_shares: TODO
Properties
$features
public
mixed
$features
= array('alarmHandler' => rue, 'dynamicView' => rue, 'smartmobileView' => rue, 'modseq' => rue)
$version
public
mixed
$version
= 'H5 (5.0.0alpha4)'
Methods
backup()
public
backup([array<string|int, mixed> $users = array() ]) : mixed
Parameters
- $users : array<string|int, mixed> = array()
Return values
mixed —cleanupData()
public
cleanupData() : mixed
Return values
mixed —davDeleteObject()
public
davDeleteObject(mixed $collection, mixed $object) : mixed
Parameters
- $collection : mixed
- $object : mixed
Return values
mixed —davGetCollections()
public
davGetCollections(mixed $user) : mixed
Parameters
- $user : mixed
Return values
mixed —davGetObject()
public
davGetObject(mixed $collection, mixed $object) : mixed
Parameters
- $collection : mixed
- $object : mixed
Return values
mixed —davGetObjects()
public
davGetObjects(mixed $collection) : mixed
Parameters
- $collection : mixed
Return values
mixed —davPutObject()
Add or update an event from DAV
public
davPutObject(string $collection, string $object, string $data) : mixed
Parameters
- $collection : string
-
An external collection ID.
- $object : string
-
An external object ID.
- $data : string
-
Icalendar data
Return values
mixed —download()
public
download(Horde_Variables $vars) : mixed
Parameters
- $vars : Horde_Variables
Tags
Return values
mixed —hasPermission()
public
hasPermission(mixed $permission, mixed $allowed[, mixed $opts = array() ]) : mixed
Parameters
- $permission : mixed
- $allowed : mixed
- $opts : mixed = array()
Return values
mixed —listAlarms()
public
listAlarms(mixed $time[, mixed $user = null ]) : mixed
Parameters
- $time : mixed
- $user : mixed = null
Return values
mixed —menu()
public
menu(mixed $menu) : mixed
Parameters
- $menu : mixed
Return values
mixed —perms()
public
perms() : mixed
Return values
mixed —removeUserData()
public
removeUserData(mixed $user) : mixed
Parameters
- $user : mixed
Return values
mixed —restore()
public
restore(Collection $data) : mixed
Parameters
- $data : Collection
Return values
mixed —restoreDependencies()
public
restoreDependencies() : mixed
Return values
mixed —sidebar()
Adds additional items to the sidebar.
public
sidebar(Horde_View_Sidebar $sidebar) : mixed
This is for the traditional view. For the dynamic view, see Kronolith_View_Sidebar.
Parameters
- $sidebar : Horde_View_Sidebar
-
The sidebar object.
Return values
mixed —topbarCreate()
public
topbarCreate(Horde_Tree_Renderer_Base $tree[, mixed $parent = null ][, array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $tree : Horde_Tree_Renderer_Base
- $parent : mixed = null
- $params : array<string|int, mixed> = array()
Return values
mixed —_init()
Global variables defined: - $kronolith_shares: TODO
protected
_init() : mixed