Class ACLType
ACL form type
This type embeds a ACL configuration form which can be used to manage object and class ACEs.
Two sets of standard permissions are available to show for each ACE:
- "standard::object": Standard permissions for objects
- "standard::class": Standard permissions for classes
These can be provided using the 'permissions' parameter which can alternatively also provided an array of permissions where keys are 1-30 (bitmask position) and the values the labels to show in the form.
- Symfony\Component\Form\AbstractType
-
FOM\UserBundle\Form\Type\ACLType
Namespace: FOM\UserBundle\Form\Type
Author: Christian Wygoda
Located at FOM/UserBundle/Form/Type/ACLType.php
Author: Christian Wygoda
Located at FOM/UserBundle/Form/Type/ACLType.php
Methods summary
public
|
#
__construct(
ACLType constructor. |
public
|
|
public
|
|
public
|
|
protected
[type]
|
#
getStandardPermissions( array $options, [type] $master, [type] $owner )
Get standard permission sets for provided string identifier. |
Magic methods summary
Properties summary
protected
|
$securityContext
|
|
protected
Symfony\Component\Security\Acl\Model\AclProviderInterface
|
$aclProvider
|
|
protected
Symfony\Component\Routing\RouterInterface
|
$router
|