ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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 $webr_id, string $title, ?string $description, DateTimeImmutable $create_date, DateTimeImmutable $last_update) | |
getWebrId () | |
getCreateDate () | |
getLastUpdate () | |
![]() | |
__construct (string $title, ?string $description) | |
getTitle () | |
getDescription () | |
Protected Attributes | |
int | $webr_id |
DateTimeImmutable | $create_date |
DateTimeImmutable | $last_update |
![]() | |
string | $title |
string | $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 Immutable class for Web Link lists
Definition at line 25 of file class.ilWebLinkList.php.
ilWebLinkList::__construct | ( | int | $webr_id, |
string | $title, | ||
?string | $description, | ||
DateTimeImmutable | $create_date, | ||
DateTimeImmutable | $last_update | ||
) |
Definition at line 32 of file class.ilWebLinkList.php.
References $create_date, $last_update, $webr_id, and ILIAS\GlobalScreen\Provider\__construct().
ilWebLinkList::getCreateDate | ( | ) |
ilWebLinkList::getLastUpdate | ( | ) |
ilWebLinkList::getWebrId | ( | ) |
Definition at line 45 of file class.ilWebLinkList.php.
References $webr_id.
Referenced by ilWebLinkDatabaseRepository\updateList().
|
protected |
Definition at line 29 of file class.ilWebLinkList.php.
Referenced by __construct(), and getCreateDate().
|
protected |
Definition at line 30 of file class.ilWebLinkList.php.
Referenced by __construct(), and getLastUpdate().
|
protected |
Definition at line 27 of file class.ilWebLinkList.php.
Referenced by __construct(), and getWebrId().