PHP 클래스 Kronolith_Application, horde

상속: extends Horde_Registry_Application
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$features
$version

공개 메소드들

메소드 설명
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 = [] )

보호된 메소드들

메소드 설명
_init ( ) Global variables defined: - $kronolith_shares: TODO

메소드 상세

_init() 보호된 메소드

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

cleanupData() 공개 메소드

public cleanupData ( )

davDeleteObject() 공개 메소드

public davDeleteObject ( $collection, $object )

davGetCollections() 공개 메소드

public davGetCollections ( $user )

davGetObject() 공개 메소드

public davGetObject ( $collection, $object )

davGetObjects() 공개 메소드

public davGetObjects ( $collection )

davPutObject() 공개 메소드

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 download ( Horde_Variables $vars )
$vars Horde_Variables

hasPermission() 공개 메소드

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

listAlarms() 공개 메소드

public listAlarms ( $time, $user = null )

menu() 공개 메소드

public menu ( $menu )

perms() 공개 메소드

public perms ( )

removeUserData() 공개 메소드

public removeUserData ( $user )

sidebar() 공개 메소드

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 topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )
$tree Horde_Tree_Renderer_Base
$params array

프로퍼티 상세

$features 공개적으로 프로퍼티

public $features

$version 공개적으로 프로퍼티

public $version