PHP Class Kronolith_Application, horde

Inheritance: extends Horde_Registry_Application
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$features
$version

Méthodes publiques

Méthode Description
cleanupData ( )
davDeleteObject ( $collection, $object )
davGetCollections ( $user )
davGetObject ( $collection, $object )
davGetObjects ( $collection )
davPutObject ( string $collection, string $object, string $data ) Add or update an event from DAV
download ( Horde_Variables $vars )
hasPermission ( $permission, $allowed, $opts = [] )
listAlarms ( $time, $user = null )
menu ( $menu )
perms ( )
removeUserData ( $user )
sidebar ( Horde_View_Sidebar $sidebar ) Adds additional items to the sidebar.
topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )

Méthodes protégées

Méthode Description
_init ( ) Global variables defined: - $kronolith_shares: TODO

Method Details

_init() protected méthode

Global variables defined: - $kronolith_shares: TODO
protected _init ( )

cleanupData() public méthode

public cleanupData ( )

davDeleteObject() public méthode

public davDeleteObject ( $collection, $object )

davGetCollections() public méthode

public davGetCollections ( $user )

davGetObject() public méthode

public davGetObject ( $collection, $object )

davGetObjects() public méthode

public davGetObjects ( $collection )

davPutObject() public méthode

Add or update an event from DAV
public davPutObject ( string $collection, string $object, string $data )
$collection string An external collection ID.
$object string An external object ID.
$data string Icalendar data

download() public méthode

public download ( Horde_Variables $vars )
$vars Horde_Variables

hasPermission() public méthode

public hasPermission ( $permission, $allowed, $opts = [] )

listAlarms() public méthode

public listAlarms ( $time, $user = null )

menu() public méthode

public menu ( $menu )

perms() public méthode

public perms ( )

removeUserData() public méthode

public removeUserData ( $user )

sidebar() public méthode

This is for the traditional view. For the dynamic view, see Kronolith_View_Sidebar.
public sidebar ( Horde_View_Sidebar $sidebar )
$sidebar Horde_View_Sidebar The sidebar object.

topbarCreate() public méthode

public topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )
$tree Horde_Tree_Renderer_Base
$params array

Property Details

$features public_oe property

public $features

$version public_oe property

public $version