We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5904338 commit cd9bcfdCopy full SHA for cd9bcfd
README.md
@@ -116,6 +116,11 @@ Check if a User is a Root User
116
isRootUser(int user_id) // returns true or false
117
```
118
119
+Fetch Permissions
120
+```php
121
+fetchPermissions(int $status) // active = 1 or inactive = 0
122
+// $status is optional if is empty all permissions will be fetched
123
+
124
## Changelog
125
126
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
0 commit comments