summaryrefslogtreecommitdiffstats
path: root/Acl/Model/EntryInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/EntryInterface.php')
-rw-r--r--Acl/Model/EntryInterface.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/Acl/Model/EntryInterface.php b/Acl/Model/EntryInterface.php
index b33f1f0..0b244b7 100644
--- a/Acl/Model/EntryInterface.php
+++ b/Acl/Model/EntryInterface.php
@@ -29,35 +29,35 @@ interface EntryInterface extends \Serializable
public function getAcl();
/**
- * The primary key of this ACE
+ * The primary key of this ACE.
*
* @return int
*/
public function getId();
/**
- * The permission mask of this ACE
+ * The permission mask of this ACE.
*
* @return int
*/
public function getMask();
/**
- * The security identity associated with this ACE
+ * The security identity associated with this ACE.
*
* @return SecurityIdentityInterface
*/
public function getSecurityIdentity();
/**
- * The strategy for comparing masks
+ * The strategy for comparing masks.
*
* @return string
*/
public function getStrategy();
/**
- * Returns whether this ACE is granting, or denying
+ * Returns whether this ACE is granting, or denying.
*
* @return bool
*/