Eye4web/Eye4webZf2Abac

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
composer.json
data/scheme.sql
docs/1.Introduction.md
docs/2.Getting Started.md
docs/3.Permission Groups.md
docs/4.Providers.md
docs/5.Using the Authorization Service.md
docs/README.md
phpunit.xml
Module.php23
src/Eye4web/Zf2Abac/Assertion/AssertionInterface.php6
src/Eye4web/Zf2Abac/Assertion/AssertionPluginManager.php21
src/Eye4web/Zf2Abac/Collections/PermissionCollection.php6
src/Eye4web/Zf2Abac/Collections/PermissionCollectionInterface.php7
src/Eye4web/Zf2Abac/Entity/Permission.php78
src/Eye4web/Zf2Abac/Entity/PermissionInterface.php13
src/Eye4web/Zf2Abac/Exception/AssertionNotFound.php6
src/Eye4web/Zf2Abac/Exception/ExceptionInterface.php5
src/Eye4web/Zf2Abac/Exception/RuntimeException.php6
src/Eye4web/Zf2Abac/Exception/ValidatorNotFound.php6
src/Eye4web/Zf2Abac/Factory/Assertion/AssertionPluginManagerFactory.php16
src/Eye4web/Zf2Abac/Factory/Mvc/Controller/Plugin/HasPermissionPluginFactory.php16
src/Eye4web/Zf2Abac/Factory/Provider/DoctrineORMProviderFactory.php17
src/Eye4web/Zf2Abac/Factory/Service/AuthorizationServiceFactory.php13
src/Eye4web/Zf2Abac/Factory/View/Helper/HasPermissionHelperFactory.php16
src/Eye4web/Zf2Abac/Mvc/Controller/Plugin/HasPermissionPlugin.php16
src/Eye4web/Zf2Abac/Permission/PermissionInterface.php6
src/Eye4web/Zf2Abac/Provider/DoctrineORMProvider.php59
A
25 mins
src/Eye4web/Zf2Abac/Provider/ProviderInterface.php10
src/Eye4web/Zf2Abac/Service/AuthorizationService.php23
src/Eye4web/Zf2Abac/Service/AuthorizationServiceInterface.php6
src/Eye4web/Zf2Abac/View/Helper/HasPermissionHelper.php16