Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/security-acl
Yannick Warnier bd4bae3aef Add static resources and remove tests dir for release 9 years ago
..
Dbal Add static resources and remove tests dir for release 9 years ago
Domain Add static resources and remove tests dir for release 9 years ago
Exception Add static resources and remove tests dir for release 9 years ago
Model Add static resources and remove tests dir for release 9 years ago
Permission Add static resources and remove tests dir for release 9 years ago
Resources Add static resources and remove tests dir for release 9 years ago
Tests Add static resources and remove tests dir for release 9 years ago
Util Add static resources and remove tests dir for release 9 years ago
Voter Add static resources and remove tests dir for release 9 years ago
.gitignore Add static resources and remove tests dir for release 9 years ago
LICENSE Add static resources and remove tests dir for release 9 years ago
README.md Add static resources and remove tests dir for release 9 years ago
composer.json Add static resources and remove tests dir for release 9 years ago
phpunit.xml.dist Add static resources and remove tests dir for release 9 years ago

README.md

Security Component - ACL (Access Control List)

Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.

Resources

Documentation:

https://symfony.com/doc/2.8/book/security.html

Tests

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Security/Acl/
$ composer.phar install --dev
$ phpunit