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
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_capabilities array An array of capabilities, so that the driver can report which operations it supports and which it doesn't.

Méthodes publiques

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

Méthodes protégées

Méthode Description
_getGroups ( ) Get user groups

Method Details

_getGroups() protected méthode

Get user groups
protected _getGroups ( )

addGroup() public méthode

Add group
public addGroup ( $name )

getGroupOwner() public méthode

Get user owning group
public getGroupOwner ( $group )

removeGroup() public méthode

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

renameGroup() public méthode

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
Résultat array