summaryrefslogtreecommitdiffstats
path: root/Acl/Model
diff options
context:
space:
mode:
authorTim Nagel <tim@nagel.com.au>2011-04-16 16:21:04 +1000
committerTim Nagel <tim@nagel.com.au>2011-04-16 16:21:04 +1000
commitd70af2f43eeaaa05e0c74bf470000cdc2295ef7c (patch)
tree31875a006f9b3cf7877ed4f61b54f08808b27a18 /Acl/Model
parent77dd608cc377cf77fc9c51d824fce36192346d2f (diff)
downloadsymfony-security-d70af2f43eeaaa05e0c74bf470000cdc2295ef7c.zip
symfony-security-d70af2f43eeaaa05e0c74bf470000cdc2295ef7c.tar.gz
symfony-security-d70af2f43eeaaa05e0c74bf470000cdc2295ef7c.tar.bz2
[Security] Added missing phpdoc
Diffstat (limited to 'Acl/Model')
-rw-r--r--Acl/Model/FieldAwareEntryInterface.php5
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