|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Notifications\Model\ilNotificationLink: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().
Here is the call graph for this function:| 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().