|
ILIAS
release_8 Revision v8.24
|
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 |
Definition at line 21 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 34 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 78 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $description.
| ilPDSelectedItemBlockMembershipsDTO::getObjId | ( | ) |
Definition at line 63 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $objId.
| ilPDSelectedItemBlockMembershipsDTO::getParentLftTree | ( | ) |
Definition at line 88 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $parentLftTree.
| ilPDSelectedItemBlockMembershipsDTO::getParentRefId | ( | ) |
Definition at line 83 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $parentRefId.
| ilPDSelectedItemBlockMembershipsDTO::getPeriodEnd | ( | ) |
Definition at line 103 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $periodEnd.
| ilPDSelectedItemBlockMembershipsDTO::getPeriodStart | ( | ) |
Definition at line 98 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $periodStart.
| ilPDSelectedItemBlockMembershipsDTO::getRefId | ( | ) |
Definition at line 58 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $refId.
| ilPDSelectedItemBlockMembershipsDTO::getTitle | ( | ) |
Definition at line 73 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $title.
| ilPDSelectedItemBlockMembershipsDTO::getType | ( | ) |
Definition at line 68 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $type.
| ilPDSelectedItemBlockMembershipsDTO::objectPeriodHasTime | ( | ) |
Definition at line 93 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
References $objectPeriodHasTime.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 27 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getDescription().
|
private |
Definition at line 30 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and objectPeriodHasTime().
|
private |
Definition at line 24 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getObjId().
|
private |
Definition at line 29 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getParentLftTree().
|
private |
Definition at line 28 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getParentRefId().
|
private |
Definition at line 32 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getPeriodEnd().
|
private |
Definition at line 31 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getPeriodStart().
|
private |
Definition at line 23 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getRefId().
|
private |
Definition at line 26 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getTitle().
|
private |
Definition at line 25 of file class.ilPDSelectedItemBlockMembershipsDTO.php.
Referenced by __construct(), and getType().