ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
◀ ilDoc Overview
Entity.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\WebDAV\Entity
;
22
23
use Sabre\DAV\INode;
24
use
ILIAS\WebDAV\Objects\Proxy
;
25
29
interface
Entity
extends
INode
30
{
31
public
function
__construct
(
32
Factory
$factory,
33
string
$path
,
34
?
Proxy
$proxy =
null
,
35
);
36
37
public
function
getObjectProxy
(): ?
Proxy
;
38
39
public
function
getPath
(): string;
40
41
}
ILIAS\WebDAV\Entity\Factory
Definition:
Factory.php:37
ILIAS\WebDAV\Entity\Entity
Definition:
Entity.php:30
ILIAS\WebDAV\Entity\Entity\__construct
__construct(Factory $factory, string $path, ?Proxy $proxy=null,)
ILIAS\WebDAV\Entity\Entity\getPath
getPath()
ILIAS\WebDAV\Entity\Entity\getObjectProxy
getObjectProxy()
ILIAS\WebDAV\Objects\Proxy
Definition:
Proxy.php:27
$path
$path
Definition:
ltiservices.php:30
ILIAS\UI\Component\Tree\Node
Definition:
AsyncNode.php:21
ILIAS\WebDAV\Entity
Definition:
BaseContainer.php:21
components
ILIAS
WebDAV
src
Entity
Entity.php
Generated on Wed Jun 3 2026 23:07:10 for ILIAS by
1.9.4 (using
Doxyfile
)