Eye4web/Eye4webZf2Abac

View on GitHub
src/Eye4web/Zf2Abac/Collections/PermissionCollection.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Eye4web\Zf2Abac\Collections;

use Doctrine\Common\Collections\ArrayCollection;

class PermissionCollection extends ArrayCollection implements PermissionCollectionInterface
{

}