3 declare(strict_types=1);
47 $this->name_of_repository_root =
'ILIAS';
60 return $this->dav_factory->retrieveDAVObjectByRefID(
$ref_id);
61 }
catch (NotFound
$e) {
64 return $this->getChildByParentRefId($this->repository_helper, $this->dav_factory,
ROOT_FOLDER_ID,
$name);
72 return $this->getChildrenByParentRefId($this->repository_helper, $this->dav_factory,
ROOT_FOLDER_ID);
79 return $this->repository_helper->objectWithRefIdExists(
$ref_id) && $this->repository_helper->checkAccess(
'read',
$ref_id);
80 }
catch (BadRequest
$e) {
83 return $this->checkIfChildExistsByParentRefId($this->repository_helper, $this->dav_factory,
ROOT_FOLDER_ID,
$name);
88 return strtotime(
'2000-01-01');
93 $ref_parts = explode(
'_', $name);
94 if (count($ref_parts) == 2 && (
$ref_id = (
int) $ref_parts[1]) > 0) {
98 throw new NotFound(
"No id found for $name");
__construct(string $client_name, ilWebDAVObjFactory $dav_factory, ilWebDAVRepositoryHelper $repository_helper)
string $name_of_repository_root
ilWebDAVObjFactory $dav_factory
getRefIdFromName(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilWebDAVRepositoryHelper $repository_helper