|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
Collaboration diagram for pocketmine\permission\PermissionAttachmentInfo:Public Member Functions | |
| __construct (private string $permission, private ?PermissionAttachment $attachment, private bool $value, private ?PermissionAttachmentInfo $groupPermission) | |
| getAttachment () | |
| getGroupPermissionInfo () | |
| getPermission () | |
| getValue () | |
Definition at line 26 of file PermissionAttachmentInfo.php.
| pocketmine\permission\PermissionAttachmentInfo::__construct | ( | private string | $permission, |
| private ?PermissionAttachment | $attachment, | ||
| private bool | $value, | ||
| private ?PermissionAttachmentInfo | $groupPermission ) |
Definition at line 27 of file PermissionAttachmentInfo.php.
| pocketmine\permission\PermissionAttachmentInfo::getAttachment | ( | ) |
Definition at line 38 of file PermissionAttachmentInfo.php.
| pocketmine\permission\PermissionAttachmentInfo::getGroupPermissionInfo | ( | ) |
Returns the info of the permission group that caused this permission to be set, if any. If null, the permission was set explicitly, either by a permission attachment or base permission.
Definition at line 50 of file PermissionAttachmentInfo.php.
| pocketmine\permission\PermissionAttachmentInfo::getPermission | ( | ) |
Definition at line 34 of file PermissionAttachmentInfo.php.
| pocketmine\permission\PermissionAttachmentInfo::getValue | ( | ) |
Definition at line 42 of file PermissionAttachmentInfo.php.