19 declare(strict_types=1);
25 protected function getAccess(
37 protected function getAccessFailureResult(
38 string $file_identification_parameter_name,
44 $file_identification_parameter_name,
45 HandlerResult::STATUS_FAILED,
47 $language->
txt(
'cont_no_access')
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
checkAccess(string $a_permission, string $a_cmd, int $a_ref_id, string $a_type="", ?int $a_obj_id=null, ?int $a_tree_id=null)
check access for an object (provide $a_type and $a_obj_id if available for better performance) ...
loadLanguageModule(string $a_module)
Load language module.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Class BasicHandlerResult.