|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | |
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.
| 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().
Here is the call graph for this function:| ilPDSelectedItemBlockMembershipsDTO::getDescription | ( | ) |
Definition at line 76 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $description.
| ilPDSelectedItemBlockMembershipsDTO::getObjId | ( | ) |
Definition at line 61 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $objId.
| ilPDSelectedItemBlockMembershipsDTO::getParentLftTree | ( | ) |
Definition at line 86 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $parentLftTree.
| ilPDSelectedItemBlockMembershipsDTO::getParentRefId | ( | ) |
Definition at line 81 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $parentRefId.
| ilPDSelectedItemBlockMembershipsDTO::getPeriodEnd | ( | ) |
Definition at line 101 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $periodEnd.
| ilPDSelectedItemBlockMembershipsDTO::getPeriodStart | ( | ) |
Definition at line 96 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $periodStart.
| ilPDSelectedItemBlockMembershipsDTO::getRefId | ( | ) |
Definition at line 56 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $refId.
| ilPDSelectedItemBlockMembershipsDTO::getTitle | ( | ) |
Definition at line 71 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $title.
| ilPDSelectedItemBlockMembershipsDTO::getType | ( | ) |
Definition at line 66 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $type.
| ilPDSelectedItemBlockMembershipsDTO::objectPeriodHasTime | ( | ) |
Definition at line 91 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $objectPeriodHasTime.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 25 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getDescription().
|
private |
Definition at line 28 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and objectPeriodHasTime().
|
private |
Definition at line 22 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getObjId().
|
private |
Definition at line 27 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getParentLftTree().
|
private |
Definition at line 26 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getParentRefId().
|
private |
Definition at line 30 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getPeriodEnd().
|
private |
Definition at line 29 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getPeriodStart().
|
private |
Definition at line 21 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getRefId().
|
private |
Definition at line 24 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getTitle().
|
private |
Definition at line 23 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getType().