Home
last modified time | relevance | path

Searched refs:userHasRole (Results 1 – 2 of 2) sorted by relevance

/plugin/structpublish/helper/
H A Ddb.php88 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 Dcache.php44 $cache->key .= ';' . helper_plugin_structpublish_db::userHasRole($cache->page, '', []);