ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

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

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  }
+ Here is the call graph for this function:

Member Function Documentation

◆ getDescription()

ilPDSelectedItemBlockMembershipsDTO::getDescription ( )

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

References $description.

◆ getObjId()

ilPDSelectedItemBlockMembershipsDTO::getObjId ( )

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

References $objId.

◆ getParentLftTree()

ilPDSelectedItemBlockMembershipsDTO::getParentLftTree ( )

◆ getParentRefId()

ilPDSelectedItemBlockMembershipsDTO::getParentRefId ( )

◆ getPeriodEnd()

ilPDSelectedItemBlockMembershipsDTO::getPeriodEnd ( )

◆ getPeriodStart()

ilPDSelectedItemBlockMembershipsDTO::getPeriodStart ( )

◆ getRefId()

ilPDSelectedItemBlockMembershipsDTO::getRefId ( )

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

References $refId.

◆ getTitle()

ilPDSelectedItemBlockMembershipsDTO::getTitle ( )

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

References $title.

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

◆ getType()

ilPDSelectedItemBlockMembershipsDTO::getType ( )

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

References $type.

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

◆ objectPeriodHasTime()

ilPDSelectedItemBlockMembershipsDTO::objectPeriodHasTime ( )

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

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: