ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
ilPDSelectedItemBlockMembershipsDTO::getDescription | ( | ) |
Definition at line 76 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $description.
ilPDSelectedItemBlockMembershipsDTO::getObjId | ( | ) |
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 | ( | ) |
ilPDSelectedItemBlockMembershipsDTO::getTitle | ( | ) |
ilPDSelectedItemBlockMembershipsDTO::getType | ( | ) |
ilPDSelectedItemBlockMembershipsDTO::objectPeriodHasTime | ( | ) |
Definition at line 91 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $objectPeriodHasTime.
Referenced by __construct().
|
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().