Eye4web/Eye4webZf2Abac

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Eye4web\Zf2Abac\Collections;

use Doctrine\Common\Collections\Collection;
use Doctrine\Common\Collections\Selectable;

interface PermissionCollectionInterface extends Collection, Selectable
{

}