ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct ($title, string $url) | |
getTitle () | |
setTitle ($title) | |
getUrl () | |
setUrl (string $url) | |
Private Attributes | |
$title | |
string | $url |
Definition at line 29 of file ilNotificationLink.php.
ILIAS\Notifications\Model\ilNotificationLink::__construct | ( | $title, | |
string | $url | ||
) |
Definition at line 37 of file ilNotificationLink.php.
References ILIAS\Notifications\Model\ilNotificationLink\$title, and ILIAS\Notifications\Model\ilNotificationLink\$url.
ILIAS\Notifications\Model\ilNotificationLink::getTitle | ( | ) |
Definition at line 46 of file ilNotificationLink.php.
References ILIAS\Notifications\Model\ilNotificationLink\$title.
ILIAS\Notifications\Model\ilNotificationLink::getUrl | ( | ) |
Definition at line 59 of file ilNotificationLink.php.
References ILIAS\Notifications\Model\ilNotificationLink\$url.
ILIAS\Notifications\Model\ilNotificationLink::setTitle | ( | $title | ) |
string | ilNotificationParameter | $title |
Definition at line 54 of file ilNotificationLink.php.
References ILIAS\Notifications\Model\ilNotificationLink\$title.
ILIAS\Notifications\Model\ilNotificationLink::setUrl | ( | string | $url | ) |
Definition at line 64 of file ilNotificationLink.php.
References ILIAS\Notifications\Model\ilNotificationLink\$url.
|
private |
Definition at line 34 of file ilNotificationLink.php.
Referenced by ILIAS\Notifications\Model\ilNotificationLink\__construct(), ILIAS\Notifications\Model\ilNotificationLink\getTitle(), and ILIAS\Notifications\Model\ilNotificationLink\setTitle().
|
private |
Definition at line 35 of file ilNotificationLink.php.
Referenced by ILIAS\Notifications\Model\ilNotificationLink\__construct(), ILIAS\Notifications\Model\ilNotificationLink\getUrl(), and ILIAS\Notifications\Model\ilNotificationLink\setUrl().