|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Base class for Web Link lists. More...
Inheritance diagram for ilWebLinkBaseList:
Collaboration diagram for ilWebLinkBaseList:Public Member Functions | |
| __construct (string $title, ?string $description) | |
| getTitle () | |
| getDescription () | |
Protected Attributes | |
| string | $title |
| string | $description |
Base class for Web Link lists.
Definition at line 25 of file class.ilWebLinkBaseList.php.
| ilWebLinkBaseList::__construct | ( | string | $title, |
| ?string | $description | ||
| ) |
Definition at line 30 of file class.ilWebLinkBaseList.php.
References $description, and $title.
| ilWebLinkBaseList::getDescription | ( | ) |
Definition at line 41 of file class.ilWebLinkBaseList.php.
References $description.
Referenced by ilWebLinkDatabaseRepository\createList().
Here is the caller graph for this function:| ilWebLinkBaseList::getTitle | ( | ) |
Definition at line 36 of file class.ilWebLinkBaseList.php.
References $title.
Referenced by ilWebLinkDatabaseRepository\createList().
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file class.ilWebLinkBaseList.php.
Referenced by ilWebLinkList\__construct(), __construct(), and getDescription().
|
protected |
Definition at line 27 of file class.ilWebLinkBaseList.php.
Referenced by ilWebLinkList\__construct(), __construct(), and getTitle().