aboutsummaryrefslogtreecommitdiffstats
path: root/include/permissions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/permissions.php')
-rw-r--r--include/permissions.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/permissions.php b/include/permissions.php
index d48e98c41..e32704883 100644
--- a/include/permissions.php
+++ b/include/permissions.php
@@ -20,6 +20,14 @@
);
+/**
+ * get_all_perms($uid,$observer)
+ *
+ * @param $uid : The channel_id associated with the resource owner
+ * @param $observer: The xchan_hash representing the observer
+ *
+ * @returns: array of all permissions, key is permission name, value is integer 0 or 1
+ */
function get_all_perms($uid,$observer) {