PHP 클래스 Nag_Application, horde

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
cleanupData ( )
davDeleteObject ( $collection, $object )
davGetCollections ( $user )
davGetObject ( $collection, $object )
davGetObjects ( $collection )
davPutObject ( $collection, $object, $data )
download ( Horde_Variables $vars )
hasPermission ( $permission, $allowed, $opts = [] )
listAlarms ( $time, $user = null )
menu ( $menu ) Generate links in the sidebar.
perms ( )
removeUserData ( string $user ) Remove all data for the specified user.
sidebar ( Horde_View_Sidebar $sidebar ) Add additional items to the sidebar.
topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )

보호된 메소드들

메소드 설명
_init ( ) Global variables defined: $nag_shares - TODO
_modified ( string $collection, $uid ) : integer Returns the last modification (or creation) date of a task.

메소드 상세

_init() 보호된 메소드

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

_modified() 보호된 메소드

Returns the last modification (or creation) date of a task.
protected _modified ( string $collection, $uid ) : integer
$collection string A task list ID.
리턴 integer Timestamp of the last modification.

cleanupData() 공개 메소드

public cleanupData ( )

davDeleteObject() 공개 메소드

public davDeleteObject ( $collection, $object )

davGetCollections() 공개 메소드

public davGetCollections ( $user )

davGetObject() 공개 메소드

public davGetObject ( $collection, $object )

davGetObjects() 공개 메소드

public davGetObjects ( $collection )

davPutObject() 공개 메소드

public davPutObject ( $collection, $object, $data )

download() 공개 메소드

public download ( Horde_Variables $vars )
$vars Horde_Variables

hasPermission() 공개 메소드

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

listAlarms() 공개 메소드

public listAlarms ( $time, $user = null )

menu() 공개 메소드

Generate links in the sidebar.
public menu ( $menu )

perms() 공개 메소드

public perms ( )

removeUserData() 공개 메소드

Remove all data for the specified user.
public removeUserData ( string $user )
$user string The user to remove.

sidebar() 공개 메소드

Add additional items to the 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