ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (private ilNotificationParameter $title_parameter, private string $url) | |
getTitle () | |
setTitle (string $title) | |
getTitleParameter () | |
setTitleParameter (ilNotificationParameter $title_parameter) | |
getUrl () | |
setUrl (string $url) | |
Private Attributes | |
string | $title = '' |
Definition at line 26 of file ilNotificationLink.php.
ILIAS\Notifications\Model\ilNotificationLink::__construct | ( | private ilNotificationParameter | $title_parameter, |
private string | $url | ||
) |
Definition at line 30 of file ilNotificationLink.php.
References ILIAS\Notifications\Model\ilNotificationParameter\getName().
ILIAS\Notifications\Model\ilNotificationLink::getTitle | ( | ) |
Definition at line 35 of file ilNotificationLink.php.
References ILIAS\Notifications\Model\ilNotificationLink\$title.
ILIAS\Notifications\Model\ilNotificationLink::getTitleParameter | ( | ) |
Definition at line 45 of file ilNotificationLink.php.
ILIAS\Notifications\Model\ilNotificationLink::getUrl | ( | ) |
Definition at line 55 of file ilNotificationLink.php.
References $url.
ILIAS\Notifications\Model\ilNotificationLink::setTitle | ( | string | $title | ) |
Definition at line 40 of file ilNotificationLink.php.
References ILIAS\Notifications\Model\ilNotificationLink\$title.
ILIAS\Notifications\Model\ilNotificationLink::setTitleParameter | ( | ilNotificationParameter | $title_parameter | ) |
Definition at line 50 of file ilNotificationLink.php.
ILIAS\Notifications\Model\ilNotificationLink::setUrl | ( | string | $url | ) |
Definition at line 60 of file ilNotificationLink.php.
References $url.
|
private |
Definition at line 28 of file ilNotificationLink.php.
Referenced by ILIAS\Notifications\Model\ilNotificationLink\getTitle(), and ILIAS\Notifications\Model\ilNotificationLink\setTitle().