Searched refs:userHasRole (Results 1 – 2 of 2) sorted by relevance
| /plugin/structpublish/helper/ |
| H A D | db.php | 88 return self::userHasRole($pid, '', [], $roles); 113 return (int)static::userHasRole($pid, $userId, $grps); 125 public static function userHasRole($pid, $userId = '', $grps = [], $roles = []) function in helper_plugin_structpublish_db
|
| /plugin/structpublish/action/ |
| H A D | cache.php | 44 $cache->key .= ';' . helper_plugin_structpublish_db::userHasRole($cache->page, '', []);
|