PHP Class Folks_Friends_shared, horde

Copyright 2007-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Duck ([email protected])
Inheritance: extends Folks_Friends_sql
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_capabilities array An array of capabilities, so that the driver can report which operations it supports and which it doesn't.

Public Methods

Method Description
addGroup ( $name ) Add group
getGroupOwner ( $group ) Get user owning group
removeGroup ( integer $group ) Delete user group
renameGroup ( integer $group, $name ) Rename user group

Protected Methods

Method Description
_getGroups ( ) Get user groups

Method Details

_getGroups() protected method

Get user groups
protected _getGroups ( )

addGroup() public method

Add group
public addGroup ( $name )

getGroupOwner() public method

Get user owning group
public getGroupOwner ( $group )

removeGroup() public method

Delete user group
public removeGroup ( integer $group )
$group integer Group ID to delete

renameGroup() public method

Rename user group
public renameGroup ( integer $group, $name )
$group integer Group ID to delete

Property Details

$_capabilities protected_oe property

An array of capabilities, so that the driver can report which operations it supports and which it doesn't.
protected array $_capabilities
return array