19declare(strict_types=1);
25trait UploadSecurityFunctionsTrait
27 protected function getAccess(
32 && $access->checkAccess(
'write',
'',
$ref_id)) {
39 protected function getAccessFailureResult(
40 string $file_identification_parameter_name,
44 $language->loadLanguageModule(
'content');
45 return new BasicHandlerResult(
46 $file_identification_parameter_name,
47 HandlerResult::STATUS_FAILED,
49 $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'))