ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
ILIAS\WebDAV\Entity\MountPoint Class Reference
+ Inheritance diagram for ILIAS\WebDAV\Entity\MountPoint:
+ Collaboration diagram for ILIAS\WebDAV\Entity\MountPoint:

Public Member Functions

 getName ()
 
 getChild ($name)
 
- Public Member Functions inherited from ILIAS\WebDAV\Entity\Container
 __construct (Factory $factory, string $path, ?Proxy $object_proxy=null, protected ?Container $parent=null)
 
 getParent ()
 
 getChild ($name)
 
 getFullPath ()
 
- Public Member Functions inherited from ILIAS\WebDAV\Entity\BaseContainer
 createFile ($name, $data=null)
 
 createDirectory ($name)
 
 getChild ($name)
 
 getChildren ()
 
 childExists ($name)
 
 getFullPath ()
 
- Public Member Functions inherited from ILIAS\WebDAV\Entity\BaseEntity
 __construct (protected Factory $factory, protected string $path, protected ?Proxy $object_proxy=null)
 
 delete ()
 
 getName ()
 
 setName ($name)
 
 getLastModified ()
 
 getObjectProxy ()
 
 getPath ()
 
- Public Member Functions inherited from ILIAS\WebDAV\Entity\Entity
 __construct (Factory $factory, string $path, ?Proxy $proxy=null,)
 
 getObjectProxy ()
 
 getPath ()
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 30 of file MountPoint.php.

Member Function Documentation

◆ getChild()

ILIAS\WebDAV\Entity\MountPoint::getChild (   $name)

Reimplemented from ILIAS\WebDAV\Entity\Container.

Definition at line 39 of file MountPoint.php.

39 : INode
40 {
41 return $this->factory->get($name) ?? throw new NotFound($name);
42 }
factory()

References factory().

+ Here is the call graph for this function:

◆ getName()

ILIAS\WebDAV\Entity\MountPoint::getName ( )

Reimplemented from ILIAS\WebDAV\Entity\BaseEntity.

Definition at line 33 of file MountPoint.php.

33 : string
34 {
35 return 'MountPoint';
36 }

The documentation for this class was generated from the following file: