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

Public Member Functions

 __construct (protected int $ref_id, protected int $obj_id, protected string $title, protected int $last_update, protected Type $type)
 
 getRefId ()
 
 getObjId ()
 
 getLastModified ()
 
 getName ()
 
 setName (string $name)
 
 getType ()
 
 getRefId ()
 
 getObjId ()
 
 getName ()
 
 setName (string $name)
 
 getLastModified ()
 
 getType ()
 

Detailed Description

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

Definition at line 26 of file TreeProxy.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\WebDAV\Objects\TreeProxy::__construct ( protected int  $ref_id,
protected int  $obj_id,
protected string  $title,
protected int  $last_update,
protected Type  $type 
)

Definition at line 28 of file TreeProxy.php.

34 {
35 }

Member Function Documentation

◆ getLastModified()

ILIAS\WebDAV\Objects\TreeProxy::getLastModified ( )

Implements ILIAS\WebDAV\Objects\Proxy.

Definition at line 47 of file TreeProxy.php.

47 : int
48 {
49 return $this->last_update;
50 }

◆ getName()

ILIAS\WebDAV\Objects\TreeProxy::getName ( )

Implements ILIAS\WebDAV\Objects\Proxy.

Definition at line 52 of file TreeProxy.php.

52 : string
53 {
54 return $this->title;
55 }

◆ getObjId()

ILIAS\WebDAV\Objects\TreeProxy::getObjId ( )

Implements ILIAS\WebDAV\Objects\Proxy.

Definition at line 42 of file TreeProxy.php.

42 : ?int
43 {
44 return $this->obj_id;
45 }

◆ getRefId()

ILIAS\WebDAV\Objects\TreeProxy::getRefId ( )

Implements ILIAS\WebDAV\Objects\Proxy.

Definition at line 37 of file TreeProxy.php.

37 : ?int
38 {
39 return $this->ref_id;
40 }
$ref_id
Definition: ltiauth.php:66

References $ref_id.

◆ getType()

ILIAS\WebDAV\Objects\TreeProxy::getType ( )

Implements ILIAS\WebDAV\Objects\Proxy.

Definition at line 62 of file TreeProxy.php.

62 : Type
63 {
64 return $this->type;
65 }

◆ setName()

ILIAS\WebDAV\Objects\TreeProxy::setName ( string  $name)

Implements ILIAS\WebDAV\Objects\Proxy.

Definition at line 57 of file TreeProxy.php.

57 : void
58 {
59 $this->title = $name;
60 }

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