diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-04-09 16:18:38 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-04-09 16:18:38 +0200 |
commit | 29d6516841ca9961398dee9479bc576d9b09d6dd (patch) | |
tree | 7168f7143eeb275bb8b03ed2d66adaf84116b6f5 /Core/Authentication | |
parent | 3305f9bb0848feab8a895d40137516220f935de7 (diff) | |
parent | 434d617fd7322a693b62b5d40000e249e6f4ddf7 (diff) | |
download | symfony-security-29d6516841ca9961398dee9479bc576d9b09d6dd.zip symfony-security-29d6516841ca9961398dee9479bc576d9b09d6dd.tar.gz symfony-security-29d6516841ca9961398dee9479bc576d9b09d6dd.tar.bz2 |
merged branch Brammm/master (PR #7601)
This PR was merged into the master branch.
Discussion
----------
[Security] [Acl] [BasicPermissionMap] Made $map protected and moved it to __construct
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets |
| License | MIT
| Doc PR |
By making $map protected and moving it to the construct, you can simply extend the BasicPermissionMap class if you want to simply add some extra permissions. In it's current form, you have to copy/paste the entire array AND the getMasks and contains functions.
Commits
-------
1369d54 Made $map protected and moved it to construct.
Diffstat (limited to 'Core/Authentication')
0 files changed, 0 insertions, 0 deletions