ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilPDSelectedItemBlockMembershipsDTO Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ 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

 $refId
 
 $objId
 
 $type
 
 $title
 
 $description
 
 $parentRefId
 
 $parentLftTree
 
 $objectPeriodHasTime
 
 $periodStart
 
 $periodEnd
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

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

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 32 of file class.ilPDSelectedItemBlockMembershipsDTO.php.

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

43  {
44  $this->refId = $refId;
45  $this->objId = $objId;
46  $this->type = $type;
47  $this->title = $title;
48  $this->description = $description;
49  $this->parentRefId = $parentRefId;
50  $this->parentLftTree = $parentLftTree;
52  $this->periodStart = $periodStart;
53  $this->periodEnd = $periodEnd;
54  }
+ Here is the call graph for this function:

Member Function Documentation

◆ getDescription()

ilPDSelectedItemBlockMembershipsDTO::getDescription ( )

◆ getObjId()

ilPDSelectedItemBlockMembershipsDTO::getObjId ( )

◆ getParentLftTree()

ilPDSelectedItemBlockMembershipsDTO::getParentLftTree ( )

◆ getParentRefId()

ilPDSelectedItemBlockMembershipsDTO::getParentRefId ( )

◆ getPeriodEnd()

ilPDSelectedItemBlockMembershipsDTO::getPeriodEnd ( )

◆ getPeriodStart()

ilPDSelectedItemBlockMembershipsDTO::getPeriodStart ( )

◆ getRefId()

ilPDSelectedItemBlockMembershipsDTO::getRefId ( )

◆ getTitle()

ilPDSelectedItemBlockMembershipsDTO::getTitle ( )

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

References $title.

◆ getType()

ilPDSelectedItemBlockMembershipsDTO::getType ( )

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

References $type.

◆ objectPeriodHasTime()

ilPDSelectedItemBlockMembershipsDTO::objectPeriodHasTime ( )

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

References $objectPeriodHasTime.

Referenced by __construct().

+ Here is the caller graph for this function:

Field Documentation

◆ $description

ilPDSelectedItemBlockMembershipsDTO::$description
private

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

Referenced by __construct(), and getDescription().

◆ $objectPeriodHasTime

ilPDSelectedItemBlockMembershipsDTO::$objectPeriodHasTime
private

◆ $objId

ilPDSelectedItemBlockMembershipsDTO::$objId
private

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

Referenced by __construct(), and getObjId().

◆ $parentLftTree

ilPDSelectedItemBlockMembershipsDTO::$parentLftTree
private

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

Referenced by __construct(), and getParentLftTree().

◆ $parentRefId

ilPDSelectedItemBlockMembershipsDTO::$parentRefId
private

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

Referenced by __construct(), and getParentRefId().

◆ $periodEnd

ilPDSelectedItemBlockMembershipsDTO::$periodEnd
private

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

Referenced by __construct(), and getPeriodEnd().

◆ $periodStart

ilPDSelectedItemBlockMembershipsDTO::$periodStart
private

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

Referenced by __construct(), and getPeriodStart().

◆ $refId

ilPDSelectedItemBlockMembershipsDTO::$refId
private

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

Referenced by __construct(), and getRefId().

◆ $title

ilPDSelectedItemBlockMembershipsDTO::$title
private

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

Referenced by __construct(), and getTitle().

◆ $type

ilPDSelectedItemBlockMembershipsDTO::$type
private

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

Referenced by __construct(), and getType().


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