|
@@ -24,7 +24,7 @@ interface MutableAclProviderInterface extends AclProviderInterface
|
|
* @throws AclAlreadyExistsException when there already is an ACL for the given
|
|
* @throws AclAlreadyExistsException when there already is an ACL for the given
|
|
* object identity
|
|
* object identity
|
|
* @param ObjectIdentityInterface $oid
|
|
* @param ObjectIdentityInterface $oid
|
|
- * @return AclInterface
|
|
|
|
|
|
+ * @return MutableAclInterface
|
|
*/
|
|
*/
|
|
function createAcl(ObjectIdentityInterface $oid);
|
|
function createAcl(ObjectIdentityInterface $oid);
|
|
|
|
|