PHP Class Horde_Kolab_Storage_List_Query_List_Cache, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Kolab_Storage_List_Query_List, implements Horde_Kolab_Storage_List_Manipulation_Listener, implements Horde_Kolab_Storage_List_Synchronization_Listener
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( Horde_Kolab_Storage_List_Query_List_Cache_Synchronization $sync, Horde_Kolab_Storage_List_Cache $cache ) Constructor.
dataByType ( string $type ) : array List basic folder data for the folders of a specific type.
folderData ( string $folder ) : array List basic folder data for the specified folder.
getDefault ( string $type ) : string | boolean Get the default folder for a certain type.
getDuplicateDefaults ( ) : array Return any default folder duplicates.
getForeignDefault ( string $owner, string $type ) : string | boolean Get the default folder for a certain type from a different owner.
getStamp ( ) : string Return the last sync stamp.
listByType ( string $type ) : array List all folders of a specific type.
listDefaults ( ) : array Return the list of default folders.
listOwners ( ) : array Get the folder owners.
listPersonalDefaults ( ) : array Return the list of personal default folders.
listTypes ( ) : array Returns the folder types as associative array.
setDefault ( string $folder ) Set the specified folder as default for its current type.
synchronize ( ) Synchronize the listener.
updateAfterCreateFolder ( string $folder, string $type = null ) : null Update the listener after creating a new folder.
updateAfterDeleteFolder ( string $folder ) : null Update the listener after deleting folder.
updateAfterRenameFolder ( string $old, string $new ) : null Update the listener after renaming a folder.

Private Methods

Méthode Description
_initQuery ( string $query ) : null Ensure we have the query data.

Method Details

__construct() public méthode

Constructor.
public __construct ( Horde_Kolab_Storage_List_Query_List_Cache_Synchronization $sync, Horde_Kolab_Storage_List_Cache $cache )
$sync Horde_Kolab_Storage_List_Query_List_Cache_Synchronization The synchronization handler..
$cache Horde_Kolab_Storage_List_Cache The list cache.

dataByType() public méthode

List basic folder data for the folders of a specific type.
public dataByType ( string $type ) : array
$type string The folder type the listing should be limited to.
Résultat array The list of folders.

folderData() public méthode

List basic folder data for the specified folder.
public folderData ( string $folder ) : array
$folder string The folder path.
Résultat array The folder data.

getDefault() public méthode

Get the default folder for a certain type.
public getDefault ( string $type ) : string | boolean
$type string The type of the share/folder.
Résultat string | boolean The name of the default folder, false if there is no default.

getDuplicateDefaults() public méthode

Return any default folder duplicates.
public getDuplicateDefaults ( ) : array
Résultat array The list of duplicate default folders accessible to the current user.

getForeignDefault() public méthode

Get the default folder for a certain type from a different owner.
public getForeignDefault ( string $owner, string $type ) : string | boolean
$owner string The folder owner.
$type string The type of the share/folder.
Résultat string | boolean The name of the default folder, false if there is no default.

getStamp() public méthode

Return the last sync stamp.
public getStamp ( ) : string
Résultat string The stamp.

listByType() public méthode

List all folders of a specific type.
public listByType ( string $type ) : array
$type string The folder type the listing should be limited to.
Résultat array The list of folders.

listDefaults() public méthode

Return the list of default folders.
public listDefaults ( ) : array
Résultat array An array with owners as keys and another array as value. The second array associates type (key) with the corresponding default folder (value).

listOwners() public méthode

Get the folder owners.
public listOwners ( ) : array
Résultat array The folder owners with the folder names as key and the owner as values.

listPersonalDefaults() public méthode

Return the list of personal default folders.
public listPersonalDefaults ( ) : array
Résultat array An array that associates type (key) with the corresponding default folder name (value).

listTypes() public méthode

Returns the folder types as associative array.
public listTypes ( ) : array
Résultat array The list folder types with the folder names as key and the type as values.

setDefault() public méthode

Set the specified folder as default for its current type.
public setDefault ( string $folder )
$folder string The folder name.

synchronize() public méthode

Synchronize the listener.
public synchronize ( )

updateAfterCreateFolder() public méthode

Update the listener after creating a new folder.
public updateAfterCreateFolder ( string $folder, string $type = null ) : null
$folder string The path of the folder that has been created.
$type string An optional type for the folder.
Résultat null

updateAfterDeleteFolder() public méthode

Update the listener after deleting folder.
public updateAfterDeleteFolder ( string $folder ) : null
$folder string The path of the folder that has been deleted.
Résultat null

updateAfterRenameFolder() public méthode

Update the listener after renaming a folder.
public updateAfterRenameFolder ( string $old, string $new ) : null
$old string The old path of the folder.
$new string The new path of the folder.
Résultat null