|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This class represents the absolut Root-Node on a WebDAV request. More...
Inheritance diagram for ilDAVMountPoint:
Collaboration diagram for ilDAVMountPoint: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().
Here is the call graph for this function:| 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.