19declare(strict_types=1);
26trait UploadSecurityFunctionsTrait
28 protected function getAccess(
33 && $access->checkAccess(
'write',
'',
$ref_id)) {
40 protected function getAccessFailureResult(
41 string $file_identification_parameter_name,
45 $language->loadLanguageModule(
'content');
46 return new BasicHandlerResult(
47 $file_identification_parameter_name,
50 $language->
txt(
'cont_no_access')
Class BasicHandlerResult.
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...
Interface ilAccessHandler This interface combines all available interfaces which can be called via gl...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if(!file_exists('../ilias.ini.php'))