41 public function __construct(
int $a_id = 0,
bool $a_call_by_reference =
true)
47 $this->ini_file = $DIC[
'ilClientIniFile'];
59 $this->inline_file_extensions = $value;
77 $this->download_with_uploaded_filename = $value;
98 $id = parent::create();
122 if (!$this->ini_file->groupExists(
'file_access')) {
123 $this->ini_file->addGroup(
'file_access');
125 $this->ini_file->setVariable(
127 'download_with_uploaded_filename',
128 $this->download_with_uploaded_filename ?
'1' :
'0' 130 $this->ini_file->write();
131 if ($this->ini_file->getError()) {
133 $this->
settings->set(
'inline_file_extensions', $this->inline_file_extensions);
144 $this->download_with_uploaded_filename = $this->ini_file->readVariable(
146 'download_with_uploaded_filename' 149 $this->inline_file_extensions = $this->
settings->get(
'inline_file_extensions',
'');
string $inline_file_extensions
String property.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
bool $download_with_uploaded_filename
Boolean property.
__construct(int $a_id=0, bool $a_call_by_reference=true)
Constructor.
update()
update object in db
getInlineFileExtensions()
Gets the inlineFileExtensions property.
setDownloadWithUploadedFilename(bool $value)
Sets the downloadWithUploadedFilename property.
setInlineFileExtensions(string $value)
Sets the inlineFileExtensions property.
__construct(Container $dic, ilPlugin $plugin)
write()
write object data into db
isDownloadWithUploadedFilename()
Gets the downloadWithUploadedFilename property.
read()
read object data from db into object
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...