|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\components\Dashboard\Block\BlockDTO:Public Member Functions | |
| __construct (private string $type, private int $ref_id, private int $obj_id, private string $title, private string $description, private ?ilDateTime $startDate=null, private ?ilDateTime $endDate=null, private array $additional_data=[]) | |
| getType () | |
| setType (string $type) | |
| getRefId () | |
| setRefId (int $ref_id) | |
| getObjId () | |
| setObjId (int $obj_id) | |
| getTitle () | |
| setTitle (string $title) | |
| getDescription () | |
| setDescription (string $description) | |
| getStartDate () | |
| setStartDate (?ilDateTime $startDate) | |
| getEndDate () | |
| setEndDate (?ilDateTime $endDate) | |
| hasNotStarted () | |
| hasEnded () | |
| isRunning () | |
| isDated () | |
| getAdditionalData () | |
| setAdditionalData (array $additional_data) | |
| toArray () | |
Definition at line 25 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::__construct | ( | private string | $type, |
| private int | $ref_id, | ||
| private int | $obj_id, | ||
| private string | $title, | ||
| private string | $description, | ||
| private ?ilDateTime | $startDate = null, |
||
| private ?ilDateTime | $endDate = null, |
||
| private array | $additional_data = [] |
||
| ) |
Definition at line 27 of file BlockDTO.php.
References $ref_id.
| ILIAS\components\Dashboard\Block\BlockDTO::getAdditionalData | ( | ) |
Definition at line 137 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::getDescription | ( | ) |
Definition at line 87 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::getEndDate | ( | ) |
Definition at line 107 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::getObjId | ( | ) |
Definition at line 67 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::getRefId | ( | ) |
Definition at line 57 of file BlockDTO.php.
References $ref_id.
Referenced by ilDashboardBlockGUI\sortManually().
Here is the caller graph for this function:| ILIAS\components\Dashboard\Block\BlockDTO::getStartDate | ( | ) |
Definition at line 97 of file BlockDTO.php.
Referenced by ilDashboardBlockGUI\sortByDate().
Here is the caller graph for this function:| ILIAS\components\Dashboard\Block\BlockDTO::getTitle | ( | ) |
Definition at line 77 of file BlockDTO.php.
Referenced by ilDashboardBlockGUI\sortByTitle().
Here is the caller graph for this function:| ILIAS\components\Dashboard\Block\BlockDTO::getType | ( | ) |
Definition at line 47 of file BlockDTO.php.
Referenced by ilDashboardBlockGUI\getCardForData(), and ilDashboardBlockGUI\getListItemForDataDTO().
Here is the caller graph for this function:| ILIAS\components\Dashboard\Block\BlockDTO::hasEnded | ( | ) |
Definition at line 122 of file BlockDTO.php.
References IL_CAL_UNIX.
Referenced by ILIAS\components\Dashboard\Block\BlockDTO\isRunning().
Here is the caller graph for this function:| ILIAS\components\Dashboard\Block\BlockDTO::hasNotStarted | ( | ) |
Definition at line 117 of file BlockDTO.php.
References IL_CAL_UNIX.
Referenced by ILIAS\components\Dashboard\Block\BlockDTO\isRunning().
Here is the caller graph for this function:| ILIAS\components\Dashboard\Block\BlockDTO::isDated | ( | ) |
Definition at line 132 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::isRunning | ( | ) |
Definition at line 127 of file BlockDTO.php.
References ILIAS\components\Dashboard\Block\BlockDTO\hasEnded(), and ILIAS\components\Dashboard\Block\BlockDTO\hasNotStarted().
Here is the call graph for this function:| ILIAS\components\Dashboard\Block\BlockDTO::setAdditionalData | ( | array | $additional_data | ) |
Definition at line 142 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::setDescription | ( | string | $description | ) |
Definition at line 92 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::setEndDate | ( | ?ilDateTime | $endDate | ) |
Definition at line 112 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::setObjId | ( | int | $obj_id | ) |
Definition at line 72 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::setRefId | ( | int | $ref_id | ) |
Definition at line 62 of file BlockDTO.php.
References $ref_id.
| ILIAS\components\Dashboard\Block\BlockDTO::setStartDate | ( | ?ilDateTime | $startDate | ) |
Definition at line 102 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::setTitle | ( | string | $title | ) |
Definition at line 82 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::setType | ( | string | $type | ) |
Definition at line 52 of file BlockDTO.php.
| ILIAS\components\Dashboard\Block\BlockDTO::toArray | ( | ) |
Definition at line 147 of file BlockDTO.php.
References $ref_id, and IL_CAL_DATETIME.