PHP 클래스 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.
저자: Duck ([email protected])
상속: extends Folks_Friends_sql
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_capabilities array An array of capabilities, so that the driver can report which operations it supports and which it doesn't.

공개 메소드들

메소드 설명
addGroup ( $name ) Add group
getGroupOwner ( $group ) Get user owning group
removeGroup ( integer $group ) Delete user group
renameGroup ( integer $group, $name ) Rename user group

보호된 메소드들

메소드 설명
_getGroups ( ) Get user groups

메소드 상세

_getGroups() 보호된 메소드

Get user groups
protected _getGroups ( )

addGroup() 공개 메소드

Add group
public addGroup ( $name )

getGroupOwner() 공개 메소드

Get user owning group
public getGroupOwner ( $group )

removeGroup() 공개 메소드

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

renameGroup() 공개 메소드

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

프로퍼티 상세

$_capabilities 보호되어 있는 프로퍼티

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