Final Class Yiisoft\Access\AllowAll
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Allow all access.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| userHasPermission() | Yiisoft\ |
Method Details
| public boolean userHasPermission ( integer|string|\ | ||
| $userId | integer|string|\ |
|
| $permissionName | string | |
| $parameters | array | |
public function userHasPermission(int|string|Stringable|null $userId, string $permissionName, array $parameters = []): bool
{
return true;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.