Stub class for when the users module is not installed Makes use of the fact that it's legal to call static methods from instances Will load the 'Helpers\UserPerms' class from the namespace registered for the feature "users".
This is the code documentation for the SproutCMS project
Search documentation |
class UserPermsStub class for when the users module is not installed Makes use of the fact that it's legal to call static methods from instances Will load the 'Helpers\UserPerms' class from the namespace registered for the feature "users".
Variables
Functions
public checkPermissionsTreebool UserPerms::checkPermissionsTree ( mixed $table , mixed $id ); Stub method for when the users module is not installed See SproutModules\Karmabunny\Users\Helpers\UserPerms::checkPermissionsTree public getAccessDeniedView UserPerms::getAccessDenied ( ); Stub method; uses real one if Users module is installed. See SproutModules\Karmabunny\Users\Helpers\UserPerms::getAccessDenied public getAccessableGroupsarray UserPerms::getAccessableGroups ( mixed $table , mixed $id ); Stub method; uses real one if Users module is installed. See SproutModules\Karmabunny\Users\Helpers\UserPerms::getAccessableGroups public getAllCategoriesarray UserPerms::getAllCategories ( ); Stub method; uses real one if Users module is installed. See SproutModules\Karmabunny\Users\Helpers\UserPerms::getAllCategories protected realUserPermsInstnull|object UserPerms::realUserPermsInst ( ); Create an instance of the "real" user perms class, if it's available. |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Monday, 3rd April, 2023 at 02:59 pm |