ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
ilPDSelectedItemBlockMembershipsDTO Class Reference
+ Collaboration diagram for ilPDSelectedItemBlockMembershipsDTO:

Public Member Functions

 __construct (protected readonly int $ref_id, protected readonly int $obj_id, protected readonly string $type, protected readonly string $title, protected readonly string $description, protected readonly int $parent_ref_id, protected readonly int $parent_lft_tree, protected readonly bool $object_period_has_time, protected readonly ?DateTimeImmutable $period_start, protected readonly ?DateTimeImmutable $period_end)
 
 getRefId ()
 
 getObjId ()
 
 getType ()
 
 getTitle ()
 
 getDescription ()
 
 getParentRefId ()
 
 getParentLftTree ()
 
 objectPeriodHasTime ()
 
 getPeriodStart ()
 
 getPeriodEnd ()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilPDSelectedItemBlockMembershipsDTO::__construct ( protected readonly int  $ref_id,
protected readonly int  $obj_id,
protected readonly string  $type,
protected readonly string  $title,
protected readonly string  $description,
protected readonly int  $parent_ref_id,
protected readonly int  $parent_lft_tree,
protected readonly bool  $object_period_has_time,
protected readonly ?DateTimeImmutable  $period_start,
protected readonly ?DateTimeImmutable  $period_end 
)

Definition at line 23 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

34 {
35 }

Member Function Documentation

◆ getDescription()

ilPDSelectedItemBlockMembershipsDTO::getDescription ( )
final

Definition at line 57 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

57 : string
58 {
59 return $this->description;
60 }

◆ getObjId()

ilPDSelectedItemBlockMembershipsDTO::getObjId ( )
final

Definition at line 42 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

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

◆ getParentLftTree()

ilPDSelectedItemBlockMembershipsDTO::getParentLftTree ( )
final

Definition at line 67 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

67 : int
68 {
69 return $this->parent_lft_tree;
70 }

◆ getParentRefId()

ilPDSelectedItemBlockMembershipsDTO::getParentRefId ( )
final

Definition at line 62 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

62 : int
63 {
64 return $this->parent_ref_id;
65 }

◆ getPeriodEnd()

ilPDSelectedItemBlockMembershipsDTO::getPeriodEnd ( )
final

Definition at line 82 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

82 : ?DateTimeImmutable
83 {
84 return $this->period_end;
85 }

◆ getPeriodStart()

ilPDSelectedItemBlockMembershipsDTO::getPeriodStart ( )
final

Definition at line 77 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

77 : ?DateTimeImmutable
78 {
79 return $this->period_start;
80 }

◆ getRefId()

ilPDSelectedItemBlockMembershipsDTO::getRefId ( )
final

Definition at line 37 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

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

References $ref_id.

◆ getTitle()

ilPDSelectedItemBlockMembershipsDTO::getTitle ( )
final

Definition at line 52 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

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

◆ getType()

ilPDSelectedItemBlockMembershipsDTO::getType ( )
final

Definition at line 47 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

47 : string
48 {
49 return $this->type;
50 }

◆ objectPeriodHasTime()

ilPDSelectedItemBlockMembershipsDTO::objectPeriodHasTime ( )
final

Definition at line 72 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

72 : bool
73 {
74 return $this->object_period_has_time;
75 }

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