OpenMediaVault
0.6 (Kralizec)
The open network attached storage solution
|
Public Member Functions | |
__construct ($id) | |
refresh () | |
exists () | |
getName () | |
getGid () | |
getMembers () | |
getQuotas () | |
![]() | |
__construct () | |
getLastError () | |
Protected Attributes | |
$name = null | |
$gid = null | |
$members = null | |
Additional Inherited Members | |
![]() | |
setLastError ($error) | |
debug () | |
This class provides a simple interface to handle a system group.
OMVUserGroup::__construct | ( | $id | ) |
Constructor
id | The name or GID of the system group. |
OMVUserGroup::exists | ( | ) |
Check whether the system group exists.
OMVUserGroup::getGid | ( | ) |
Get the group ID.
OMVUserGroup::getMembers | ( | ) |
Get the user names who are member of this group.
OMVUserGroup::getName | ( | ) |
Get the group name.
OMVUserGroup::getQuotas | ( | ) |
Get the group quotas.
OMVUserGroup::refresh | ( | ) |
Refresh the cached information.