Final Class Yiisoft\Access\DenyAll
| Inheritance | Yiisoft\Access\DenyAll |
|---|---|
| Implements | Yiisoft\Access\AccessCheckerInterface |
Deny all access.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| userHasPermission() | Yiisoft\Access\DenyAll |
Method Details
| public boolean userHasPermission ( integer|string|\Stringable|null $userId, string $permissionName, array $parameters = [] ) | ||
| $userId | integer|string|\Stringable|null | |
| $permissionName | string | |
| $parameters | array | |
public function userHasPermission(int|string|Stringable|null $userId, string $permissionName, array $parameters = []): bool
{
return false;
}
Signup or Login in order to comment.