PHP 클래스 Turba_Application, horde

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
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 = [] )

보호된 메소드들

메소드 설명
_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.

메소드 상세

_bootstrap() 보호된 메소드

protected _bootstrap ( )

_init() 보호된 메소드

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

_modified() 보호된 메소드

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

cleanupData() 공개 메소드

public cleanupData ( )

configSpecialValues() 공개 메소드

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

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

getInitialPage() 공개 메소드

public getInitialPage ( )

getOutlookMapping() 공개 메소드

public getOutlookMapping ( )

menu() 공개 메소드

public menu ( $menu )

perms() 공개 메소드

public perms ( )

removeUserData() 공개 메소드

public removeUserData ( $user )

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