We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20db11f commit 171ac52Copy full SHA for 171ac52
models/delegates/Authorizable.cfc
@@ -4,6 +4,8 @@
4
* ---
5
* This delegate allows for objects to verify permissions and roles on the $parent
6
* This delegate expects the following functions to be exposed in the $parent
7
+ * and they must return an array of values
8
+ *
9
* - getPermissions()
10
* - getRoles()
11
* - getId()
0 commit comments