ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Immutable class for Web Link lists. 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 |
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().