summaryrefslogtreecommitdiff
path: root/core/helpers/access.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/access.php')
-rw-r--r--core/helpers/access.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/helpers/access.php b/core/helpers/access.php
index 9ca54779..d2de30f7 100644
--- a/core/helpers/access.php
+++ b/core/helpers/access.php
@@ -64,6 +64,10 @@
* o In the near future, we'll be moving the "view" columns out of Access_Intent_Model and
* directly into Item_Model. By doing this, we'll be able to find viewable items (the most
* common permission access) without doing table joins.
+ *
+ * o Support setting an intent back to "neutral" so that it can use the parent's value.
+ *
+ * o Write unit tests.
*/
class access_Core {
const DENY = 0;