3 declare(strict_types=1);
38 return $this->
lng->txt(
"webdav");
43 return $this->
lng->txt(
"webdav_description");
48 $this->webdavEnabled = $newValue;
58 $this->webdavVersioningEnabled = $newValue;
68 $id = parent::create();
84 $settings->set(
'webdav_enabled', $this->webdavEnabled ?
'1' :
'0');
85 $settings->set(
'webdav_versioning_enabled', $this->webdavVersioningEnabled ?
'1' :
'0');
88 public function read(): void
93 $this->webdavEnabled =
$settings->get(
'webdav_enabled',
'0') ==
'1';
95 $this->webdavVersioningEnabled =
$settings->get(
'webdav_versioning_enabled',
'1') ==
'1';
108 $cmd =
'mount_webfolder';
110 $cmd =
'showPasswordInstruction';
114 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)
__construct(Container $dic, ilPlugin $plugin)
setWebdavEnabled(bool $newValue)
isWebdavVersioningEnabled()