19 declare(strict_types=1);
39 return $this->
lng->txt(
"webdav");
45 return $this->
lng->txt(
"webdav_description");
50 $this->webdavEnabled = $newValue;
60 $this->webdavVersioningEnabled = $newValue;
71 $id = parent::create();
88 $settings->set(
'webdav_enabled', $this->webdavEnabled ?
'1' :
'0');
89 $settings->set(
'webdav_versioning_enabled', $this->webdavVersioningEnabled ?
'1' :
'0');
93 public function read(): void
98 $this->webdavEnabled = $settings->get(
'webdav_enabled',
'0') ==
'1';
100 $this->webdavVersioningEnabled = $settings->get(
'webdav_versioning_enabled',
'1') ==
'1';
110 $ilUser = $DIC->user();
113 $cmd =
'mount_webfolder';
115 $cmd =
'showPasswordInstruction';
119 return [
"permission" =>
"read",
"cmd" => $cmd,
"lang_var" =>
"mount_webfolder",
"enable_anonymous" =>
"false"];
__construct(int $id=0, bool $call_by_reference=true)
bool $webdavVersioningEnabled
retrieveWebDAVCommandArrayForActionMenu()
static supportsLocalPasswordValidation($a_authmode)
Check if local password validation is supported.
setWebdavVersioningEnabled(bool $newValue)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)
setWebdavEnabled(bool $newValue)
isWebdavVersioningEnabled()