diff options
Diffstat (limited to 'Acl/Model/FieldAwareEntryInterface.php')
-rw-r--r-- | Acl/Model/FieldAwareEntryInterface.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Acl/Model/FieldAwareEntryInterface.php b/Acl/Model/FieldAwareEntryInterface.php index 032d6e3..bcf292c 100644 --- a/Acl/Model/FieldAwareEntryInterface.php +++ b/Acl/Model/FieldAwareEntryInterface.php @@ -18,5 +18,10 @@ namespace Symfony\Component\Security\Acl\Model; */ interface FieldAwareEntryInterface { + /** + * Returns the field used for this entry. + * + * @return string + */ function getField(); }
\ No newline at end of file |