Class Horde_Kolab_Server_Object_Kolabsharedfolder
This class provides methods to deal with shared folders entries for Kolab.
Copyright 2008-2012 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.
- Horde_Kolab_Server_Object_Base implements Horde_Kolab_Server_Object_Interface
- Horde_Kolab_Server_Object_Top implements Horde_Kolab_Server_Object_Searches
- Horde_Kolab_Server_Object_Kolabsharedfolder
Package: Kolab\Server
Category: Kolab
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Server
Located at Horde/Kolab/Server/Object/Kolabsharedfolder.php
Category: Kolab
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Server
Located at Horde/Kolab/Server/Object/Kolabsharedfolder.php
public static
string
|
|
public
string|PEAR_Error
|
|
public
array|PEAR_Error
|
getActions(),
prepareObjectInformation()
|
__construct(),
delete(),
exists(),
getExternal(),
getExternalAttributes(),
getGuid(),
getInternal(),
getInternalAttributes(),
readInternal(),
save()
|
string |
ATTRIBUTE_CN
The common name |
#
'cn'
|
string |
ATTRIBUTE_FOLDERTYPE
The type of this folder |
#
'kolabFolderType'
|
string |
ATTRIBUTE_HOMESERVER
The home server of this folder |
#
'kolabHomeServer'
|
string |
OBJECTCLASS_KOLABSHAREDFOLDER
The specific object class of this object type |
#
'kolabSharedFolder'
|
OBJECTCLASS_TOP
|
public static
array
|
$init_attributes
A structure to initialize the attribute structure for this class. |
#
array(
'defined' => array(
self::ATTRIBUTE_CN,
self::ATTRIBUTE_HOMESERVER,
),
'required' => array(
self::ATTRIBUTE_CN,
),
'object_classes' => array(
self::OBJECTCLASS_KOLABSHAREDFOLDER,
),
)
|
$attributes,
$object_classes,
$sort_by
|