ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilPDSelectedItemBlockMembershipsDTO Class Reference
+ Collaboration diagram for ilPDSelectedItemBlockMembershipsDTO:

Public Member Functions

 __construct (int $refId, int $objId, string $type, string $title, string $description, int $parentRefId, int $parentLftTree, bool $objectPeriodHasTime, ?DateTimeImmutable $periodStart, ?DateTimeImmutable $periodEnd)
 
 getRefId ()
 
 getObjId ()
 
 getType ()
 
 getTitle ()
 
 getDescription ()
 
 getParentRefId ()
 
 getParentLftTree ()
 
 objectPeriodHasTime ()
 
 getPeriodStart ()
 
 getPeriodEnd ()
 

Private Attributes

int $refId
 
int $objId
 
string $type
 
string $title
 
string $description
 
int $parentRefId
 
int $parentLftTree
 
bool $objectPeriodHasTime
 
DateTimeImmutable $periodStart
 
DateTimeImmutable $periodEnd
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilPDSelectedItemBlockMembershipsDTO::__construct ( int  $refId,
int  $objId,
string  $type,
string  $title,
string  $description,
int  $parentRefId,
int  $parentLftTree,
bool  $objectPeriodHasTime,
?DateTimeImmutable  $periodStart,
?DateTimeImmutable  $periodEnd 
)

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

45 {
46 $this->refId = $refId;
47 $this->objId = $objId;
48 $this->type = $type;
49 $this->title = $title;
50 $this->description = $description;
51 $this->parentRefId = $parentRefId;
52 $this->parentLftTree = $parentLftTree;
54 $this->periodStart = $periodStart;
55 $this->periodEnd = $periodEnd;
56 }

References $description, $objectPeriodHasTime, $objId, $parentLftTree, $parentRefId, $periodEnd, $periodStart, $refId, $title, $type, and objectPeriodHasTime().

+ Here is the call graph for this function:

Member Function Documentation

◆ getDescription()

ilPDSelectedItemBlockMembershipsDTO::getDescription ( )

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

78 : string
79 {
80 return $this->description;
81 }

References $description.

◆ getObjId()

ilPDSelectedItemBlockMembershipsDTO::getObjId ( )

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

63 : int
64 {
65 return $this->objId;
66 }

References $objId.

◆ getParentLftTree()

ilPDSelectedItemBlockMembershipsDTO::getParentLftTree ( )

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

88 : int
89 {
91 }

References $parentLftTree.

◆ getParentRefId()

ilPDSelectedItemBlockMembershipsDTO::getParentRefId ( )

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

83 : int
84 {
85 return $this->parentRefId;
86 }

References $parentRefId.

◆ getPeriodEnd()

ilPDSelectedItemBlockMembershipsDTO::getPeriodEnd ( )

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

103 : ?DateTimeImmutable
104 {
105 return $this->periodEnd;
106 }

References $periodEnd.

◆ getPeriodStart()

ilPDSelectedItemBlockMembershipsDTO::getPeriodStart ( )

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

98 : ?DateTimeImmutable
99 {
100 return $this->periodStart;
101 }

References $periodStart.

◆ getRefId()

ilPDSelectedItemBlockMembershipsDTO::getRefId ( )

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

58 : int
59 {
60 return $this->refId;
61 }

References $refId.

◆ getTitle()

ilPDSelectedItemBlockMembershipsDTO::getTitle ( )

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

73 : string
74 {
75 return $this->title;
76 }

References $title.

◆ getType()

ilPDSelectedItemBlockMembershipsDTO::getType ( )

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

68 : string
69 {
70 return $this->type;
71 }

References $type.

◆ objectPeriodHasTime()

ilPDSelectedItemBlockMembershipsDTO::objectPeriodHasTime ( )

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

93 : bool
94 {
96 }

References $objectPeriodHasTime.

Referenced by __construct().

+ Here is the caller graph for this function:

Field Documentation

◆ $description

string ilPDSelectedItemBlockMembershipsDTO::$description
private

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

Referenced by __construct(), and getDescription().

◆ $objectPeriodHasTime

bool ilPDSelectedItemBlockMembershipsDTO::$objectPeriodHasTime
private

◆ $objId

int ilPDSelectedItemBlockMembershipsDTO::$objId
private

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

Referenced by __construct(), and getObjId().

◆ $parentLftTree

int ilPDSelectedItemBlockMembershipsDTO::$parentLftTree
private

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

Referenced by __construct(), and getParentLftTree().

◆ $parentRefId

int ilPDSelectedItemBlockMembershipsDTO::$parentRefId
private

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

Referenced by __construct(), and getParentRefId().

◆ $periodEnd

DateTimeImmutable ilPDSelectedItemBlockMembershipsDTO::$periodEnd
private

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

Referenced by __construct(), and getPeriodEnd().

◆ $periodStart

DateTimeImmutable ilPDSelectedItemBlockMembershipsDTO::$periodStart
private

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

Referenced by __construct(), and getPeriodStart().

◆ $refId

int ilPDSelectedItemBlockMembershipsDTO::$refId
private

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

Referenced by __construct(), and getRefId().

◆ $title

string ilPDSelectedItemBlockMembershipsDTO::$title
private

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

Referenced by __construct(), and getTitle().

◆ $type

string ilPDSelectedItemBlockMembershipsDTO::$type
private

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

Referenced by __construct(), and getType().


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