PHP Class Turba_Application, horde

Inheritance: extends Horde_Registry_Application
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$features
$version

Public Methods

Method Description
cleanupData ( )
configSpecialValues ( string $what ) : array Returns values for configuration settings.
davDeleteObject ( $collection, $object )
davGetCollections ( $user )
davGetObject ( $collection, $object )
davGetObjects ( $collection )
davPutObject ( $collection, $object, $data )
download ( Horde_Variables $vars )
getInitialPage ( )
getOutlookMapping ( )
menu ( $menu )
perms ( )
removeUserData ( $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
_bootstrap ( )
_init ( ) Global variables defined: $addSources - TODO $attributes - (array) Attribute data from the config/attributes.php file.
_modified ( string $collection, $uid ) : integer Returns the last modification (or creation) date of a contact.

Method Details

_bootstrap() protected method

protected _bootstrap ( )

_init() protected method

$browse_source_count - TODO $cfgSources - TODO $copymoveSources - TODO
protected _init ( )

_modified() protected method

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

cleanupData() public method

public cleanupData ( )

configSpecialValues() public method

Returns values for configuration settings.
public configSpecialValues ( string $what ) : array
$what string Either 'client-fields' or 'sources'.
return array The values for the requested configuration setting.

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

getInitialPage() public method

public getInitialPage ( )

getOutlookMapping() public method

public getOutlookMapping ( )

menu() public method

public menu ( $menu )

perms() public method

public perms ( )

removeUserData() public method

public removeUserData ( $user )

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_oe property

public $features

$version public_oe property

public $version