PHP Class Nag_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 ( $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 = [] )

Méthodes protégées

Méthode Description
_init ( ) Global variables defined: $nag_shares - TODO
_modified ( string $collection, $uid ) : integer Returns the last modification (or creation) date of a task.

Method Details

_init() protected méthode

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

_modified() protected méthode

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

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

public davPutObject ( $collection, $object, $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

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

perms() public méthode

public perms ( )

removeUserData() public méthode

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

sidebar() public méthode

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