PHP Class Nag_Application, horde

Inheritance: extends Horde_Registry_Application
Show file Open project: horde/horde

Public Properties

Property Type Description
$features
$version

Public Methods

Method 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 = [] )

Protected Methods

Method 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 method

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

_modified() protected method

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

cleanupData() public method

public cleanupData ( )

davDeleteObject() public method

public davDeleteObject ( $collection, $object )

davGetCollections() public method

public davGetCollections ( $user )

davGetObject() public method

public davGetObject ( $collection, $object )

davGetObjects() public method

public davGetObjects ( $collection )

davPutObject() public method

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

download() public method

public download ( Horde_Variables $vars )
$vars Horde_Variables

hasPermission() public method

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

listAlarms() public method

public listAlarms ( $time, $user = null )

menu() public method

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

perms() public method

public perms ( )

removeUserData() public method

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

sidebar() public method

Add additional items to the sidebar.
public sidebar ( Horde_View_Sidebar $sidebar )
$sidebar Horde_View_Sidebar The sidebar object.

topbarCreate() public method

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

Property Details

$features public property

public $features

$version public property

public $version