Methods |
public
|
__construct(?string $name, array $permissions = [])
|
#
|
public
|
delegated(): bool
Group is subordinate to another group
Group is subordinate to another group
|
#
|
public
|
circularGroup(): bool
Group has ancestors
|
#
|
public
|
hasGroups(): bool
Group has subordinate resource groups
Group has subordinate resource groups
|
#
|
public
|
descendants(bool $fqn = false): array<string>
Find groups generated by group existence
Find groups generated by group existence
|
#
|
public
|
delegator(): Group|null
Delegated group name
|
#
|
public
|
migrate(string|Group|null $newgroup): bool
Move group tasks to new group
Move group tasks to new group
|
#
|
public
|
__toString(): string
|
#
|
public
|
getControllers(): Controller[]
Controllers bound to group
Controllers bound to group
|
#
|
public
|
exists(): bool
|
#
|
public
|
add(Controller $controller): void
Add controller to cgroup
|
#
|
public
|
getPermissions(): array
Get group permissions
|
#
|
public
|
build(): string
Build configuration
|
#
|
public
|
delete(): bool
Delete group from cgroup subsystem
Delete group from cgroup subsystem
|
#
|