public listGroups(): void
public createGroup(string $name): bool
Parameter | Type | Description |
---|
$name | string | |
public dropGroup(string $name, bool $ifExists = false): bool
Parameter | Type | Description |
---|
$name | string | |
$ifExists | bool | |
public groupExists(string $name): bool
Parameter | Type | Description |
---|
$name | string | |
public addToGroup(string $user, string $group): bool
Parameter | Type | Description |
---|
$user | string | |
$group | string | |
public removeFromGroup(string $user, string $group): bool
Parameter | Type | Description |
---|
$user | string | |
$group | string | |
Generated by Hazaar API Doc Generator