Added PermissionAttachment::unsetPermissions(), PermissionAttachment::clearPermissions()

This commit is contained in:
Shoghi Cervantes
2014-09-11 12:43:53 +02:00
parent 0328b4c5f5
commit 78b4223795
2 changed files with 18 additions and 2 deletions

View File

@ -66,7 +66,6 @@ interface Permissible extends ServerOperator{
public function recalculatePermissions();
/**
* TODO: Check this
* @return Permission[]
*/
public function getEffectivePermissions();