Home
last modified time | relevance | path

Searched refs:a_operations (Results 1 – 4 of 4) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/AccessControl/classes/
H A Dclass.ilRbacSystem.php93 public function checkAccess($a_operations, $a_ref_id, $a_type = "") argument
109 public function checkAccessOfUser($a_user_id, $a_operations, $a_ref_id, $a_type = "") argument
120 $cacheKey = $a_user_id . ':' . $a_operations . ':' . $a_ref_id . ':' . $a_type;
138 … if (!$a_operations = $this->__filterOwnerPermissions($a_user_id, $a_operations, $a_ref_id)) {
161 if (!isset($a_operations) or !isset($a_ref_id)) {
167 if (!is_string($a_operations)) {
201 $operations = explode(",", $a_operations);
319 public function __filterOwnerPermissions($a_user_id, $a_operations, $a_ref_id) argument
329 return $a_operations;
334 return $a_operations;
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/AccessControl/classes/
H A Dclass.ilRbacSystem.php93 public function checkAccess($a_operations, $a_ref_id, $a_type = "") argument
109 public function checkAccessOfUser($a_user_id, $a_operations, $a_ref_id, $a_type = "") argument
120 $cacheKey = $a_user_id . ':' . $a_operations . ':' . $a_ref_id . ':' . $a_type;
138 … if (!$a_operations = $this->__filterOwnerPermissions($a_user_id, $a_operations, $a_ref_id)) {
161 if (!isset($a_operations) or !isset($a_ref_id)) {
167 if (!is_string($a_operations)) {
201 $operations = explode(",", $a_operations);
319 public function __filterOwnerPermissions($a_user_id, $a_operations, $a_ref_id) argument
329 return $a_operations;
334 return $a_operations;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Migration/DBUpdate_3560/classes/
H A Dclass.ilDBUpdateNewObjectType.php158 * @param array $a_operations
160 public static function addRBACOperations($a_type_id, array $a_operations) argument
162 foreach ($a_operations as $ops_id) {
/dports/www/ilias6/ILIAS-6.14/Services/Migration/DBUpdate_3560/classes/
H A Dclass.ilDBUpdateNewObjectType.php158 * @param array $a_operations
160 public static function addRBACOperations($a_type_id, array $a_operations) argument
162 foreach ($a_operations as $ops_id) {