|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Immutable class for Web Link lists. More...
Inheritance diagram for ilWebLinkList:
Collaboration diagram for ilWebLinkList:Public Member Functions | |
| __construct (int $webr_id, string $title, ?string $description, DateTimeImmutable $create_date, DateTimeImmutable $last_update) | |
| getWebrId () | |
| getCreateDate () | |
| getLastUpdate () | |
Public Member Functions inherited from ilWebLinkBaseList | |
| __construct (string $title, ?string $description) | |
| getTitle () | |
| getDescription () | |
Protected Attributes | |
| int | $webr_id |
| DateTimeImmutable | $create_date |
| DateTimeImmutable | $last_update |
Protected Attributes inherited from ilWebLinkBaseList | |
| 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, ilWebLinkBaseList\$description, $last_update, ilWebLinkBaseList\$title, $webr_id, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilWebLinkList::getCreateDate | ( | ) |
Definition at line 50 of file class.ilWebLinkList.php.
References $create_date.
| ilWebLinkList::getLastUpdate | ( | ) |
Definition at line 55 of file class.ilWebLinkList.php.
References $last_update.
| ilWebLinkList::getWebrId | ( | ) |
Definition at line 45 of file class.ilWebLinkList.php.
References $webr_id.
|
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().