ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This class represents the absolut Root-Node on a WebDAV request. More...
Public Member Functions | |
__construct (protected string $client_id, protected ilWebDAVObjFactory $web_dav_object_factory, protected ilWebDAVRepositoryHelper $repo_helper, ilObjUser $user) | |
getName () | |
getChildren () | |
getChild ($name) | |
childExists ($name) | |
getLastModified () | |
Protected Attributes | |
int | $user_id |
This class represents the absolut Root-Node on a WebDAV request.
If for example following URL is called: https://ilias.de/webdav.php/client/ref_1234/folder this class represents the very first '/' slash after "webdav.php".
This kind of procedure is needed for the way how sabreDAV works
Definition at line 34 of file class.ilDAVMountPoint.php.
ilDAVMountPoint::__construct | ( | protected string | $client_id, |
protected ilWebDAVObjFactory | $web_dav_object_factory, | ||
protected ilWebDAVRepositoryHelper | $repo_helper, | ||
ilObjUser | $user | ||
) |
Definition at line 40 of file class.ilDAVMountPoint.php.
References ilObject\getId().
ilDAVMountPoint::childExists | ( | $name | ) |
ilDAVMountPoint::getChild | ( | $name | ) |
Definition at line 65 of file class.ilDAVMountPoint.php.
ilDAVMountPoint::getChildren | ( | ) |
Definition at line 57 of file class.ilDAVMountPoint.php.
References ANONYMOUS_USER_ID.
ilDAVMountPoint::getLastModified | ( | ) |
Definition at line 75 of file class.ilDAVMountPoint.php.
ilDAVMountPoint::getName | ( | ) |
Definition at line 49 of file class.ilDAVMountPoint.php.
|
protected |
Definition at line 38 of file class.ilDAVMountPoint.php.