|
ILIAS
release_8 Revision v8.24
|
This class represents the absolut Root-Node on a WebDAV request. More...
Inheritance diagram for ilDAVMountPoint:
Collaboration diagram for ilDAVMountPoint:Public Member Functions | |
| __construct (string $client_id, ilWebDAVObjFactory $web_dav_object_factory, ilWebDAVRepositoryHelper $repo_helper, ilObjUser $user) | |
| getName () | |
| getChildren () | |
| getChild ($name) | |
| childExists ($name) | |
| getLastModified () | |
Protected Attributes | |
| string | $client_id |
| int | $user_id |
| ilWebDAVObjFactory | $web_dav_object_factory |
| ilWebDAVRepositoryHelper | $repo_helper |
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 33 of file class.ilDAVMountPoint.php.
| ilDAVMountPoint::__construct | ( | string | $client_id, |
| ilWebDAVObjFactory | $web_dav_object_factory, | ||
| ilWebDAVRepositoryHelper | $repo_helper, | ||
| ilObjUser | $user | ||
| ) |
Definition at line 42 of file class.ilDAVMountPoint.php.
References $client_id, $repo_helper, $web_dav_object_factory, and ilObject\getId().
Here is the call graph for this function:| ilDAVMountPoint::childExists | ( | $name | ) |
Definition at line 75 of file class.ilDAVMountPoint.php.
References $name.
| ilDAVMountPoint::getChild | ( | $name | ) |
Definition at line 70 of file class.ilDAVMountPoint.php.
References $name.
| ilDAVMountPoint::getChildren | ( | ) |
Definition at line 62 of file class.ilDAVMountPoint.php.
References ANONYMOUS_USER_ID.
| ilDAVMountPoint::getLastModified | ( | ) |
Definition at line 83 of file class.ilDAVMountPoint.php.
| ilDAVMountPoint::getName | ( | ) |
Definition at line 54 of file class.ilDAVMountPoint.php.
|
protected |
Definition at line 37 of file class.ilDAVMountPoint.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilDAVMountPoint.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilDAVMountPoint.php.
|
protected |
Definition at line 39 of file class.ilDAVMountPoint.php.
Referenced by __construct().