PermissionMapInterface
interface PermissionMapInterface
This is the interface that must be implemented by permission maps.
Methods
| array |  getMasks(string $permission, object $object)  Returns an array of bitmasks.  |  |
| bool |  contains(string $permission)  Whether this map contains the given permission  |  
Details
array getMasks(string $permission, object $object)
Returns an array of bitmasks.
The security identity must have been granted access to at least one of these bitmasks.
Parameters
| string | $permission | |
| object | $object | 
Return Value
| array | may return null if permission/object combination is not supported | 
bool contains(string $permission)
Whether this map contains the given permission
Parameters
| string | $permission | 
Return Value
| bool | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.4/Symfony/Component/Security/Acl/Permission/PermissionMapInterface.html