mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 22:18:40 +00:00
Add comments
This commit is contained in:
parent
dcdce3efc2
commit
0aad7e90ad
|
|
@ -64,14 +64,20 @@ class Group implements ArrayableInterface, \JsonSerializable
|
||||||
protected $members = [];
|
protected $members = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parents .
|
* Parents.
|
||||||
*
|
*
|
||||||
* @var int[]
|
* @var int[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected $parents = [];
|
protected $parents = [];
|
||||||
|
|
||||||
private $status = GroupStatus::INACTIVE;
|
/**
|
||||||
|
* Group status.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
protected $status = GroupStatus::INACTIVE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Permissions.
|
* Permissions.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user