Nag_Application
extends Horde_Registry_Application
in package
Table of Contents
- $features : mixed
- $version : mixed
- backup() : mixed
- cleanupData() : mixed
- davDeleteObject() : mixed
- davGetCollections() : mixed
- davGetObject() : mixed
- davGetObjects() : mixed
- davPutObject() : mixed
- download() : mixed
- hasPermission() : mixed
- listAlarms() : mixed
- menu() : mixed
- Generate links in the sidebar.
- perms() : mixed
- removeUserData() : mixed
- Remove all data for the specified user.
- restore() : mixed
- restoreDependencies() : mixed
- sidebar() : mixed
- Add additional items to the sidebar.
- topbarCreate() : mixed
- _init() : mixed
- Global variables defined: $nag_shares - TODO
- _modified() : int
- Returns the last modification (or creation) date of a task.
Properties
$features
public
mixed
$features
= array('smartmobileView' => \true, 'modseq' => \true)
$version
public
mixed
$version
= 'H5 (5.0.0alpha6)'
Methods
backup()
public
backup([array<string|int, mixed> $users = array() ]) : mixed
Parameters
- $users : array<string|int, mixed> = array()
Return values
mixed —cleanupData()
public
cleanupData() : mixed
Return values
mixed —davDeleteObject()
public
davDeleteObject(mixed $collection, mixed $object) : mixed
Parameters
- $collection : mixed
- $object : mixed
Return values
mixed —davGetCollections()
public
davGetCollections(mixed $user) : mixed
Parameters
- $user : mixed
Return values
mixed —davGetObject()
public
davGetObject(mixed $collection, mixed $object) : mixed
Parameters
- $collection : mixed
- $object : mixed
Return values
mixed —davGetObjects()
public
davGetObjects(mixed $collection) : mixed
Parameters
- $collection : mixed
Return values
mixed —davPutObject()
public
davPutObject(mixed $collection, mixed $object, mixed $data) : mixed
Parameters
- $collection : mixed
- $object : mixed
- $data : mixed
Return values
mixed —download()
public
download(Horde_Variables $vars) : mixed
Parameters
- $vars : Horde_Variables
Tags
Return values
mixed —hasPermission()
public
hasPermission(mixed $permission, mixed $allowed[, mixed $opts = array() ]) : mixed
Parameters
- $permission : mixed
- $allowed : mixed
- $opts : mixed = array()
Return values
mixed —listAlarms()
public
listAlarms(mixed $time[, mixed $user = null ]) : mixed
Parameters
- $time : mixed
- $user : mixed = null
Return values
mixed —menu()
Generate links in the sidebar.
public
menu(mixed $menu) : mixed
Parameters
- $menu : mixed
Return values
mixed —perms()
public
perms() : mixed
Return values
mixed —removeUserData()
Remove all data for the specified user.
public
removeUserData(string $user) : mixed
Parameters
- $user : string
-
The user to remove.
Tags
Return values
mixed —restore()
public
restore(Collection $data) : mixed
Parameters
- $data : Collection
Return values
mixed —restoreDependencies()
public
restoreDependencies() : mixed
Return values
mixed —sidebar()
Add additional items to the sidebar.
public
sidebar(Horde_View_Sidebar $sidebar) : mixed
Parameters
- $sidebar : Horde_View_Sidebar
-
The sidebar object.
Return values
mixed —topbarCreate()
public
topbarCreate(Horde_Tree_Renderer_Base $tree[, mixed $parent = null ][, array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $tree : Horde_Tree_Renderer_Base
- $parent : mixed = null
- $params : array<string|int, mixed> = array()
Return values
mixed —_init()
Global variables defined: $nag_shares - TODO
protected
_init() : mixed
Return values
mixed —_modified()
Returns the last modification (or creation) date of a task.
protected
_modified(string $collection, mixed $uid) : int
Parameters
- $collection : string
-
A task list ID.
- $uid : mixed
Return values
int —Timestamp of the last modification.