bjyoungblood / ZfcUserAcl

Glue between ZfcUser and ZfcAcl
1 stars 1 forks source link

Remove getRoleId from ZfcUserAcl\Model\RoleInterface #7

Closed adamlundrigan closed 12 years ago

adamlundrigan commented 12 years ago

The method getRoleId is already defined in Zend\Acl\Role\RoleInterface, and so defining it again in ZfcUserAcl\Model\RoleInterface raises a fatal error:

Fatal error: Can't inherit abstract function Zend\Acl\Role\RoleInterface::getRoleId() (previously declared abstract in ZfcUserAcl\Model\RoleInterface) in src/ZfcUserAcl/Model/RoleInterface.php on line 8