ILIAS  release_8 Revision v8.24
ILIAS\Notifications\Model\ilNotificationLink Class Reference
+ Collaboration diagram for ILIAS\Notifications\Model\ilNotificationLink:

Public Member Functions

 __construct ($title, string $url)
 
 getTitle ()
 
 setTitle ($title)
 
 getUrl ()
 
 setUrl (string $url)
 

Private Attributes

 $title
 
string $url
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notifications\Model\ilNotificationLink::__construct (   $title,
string  $url 
)

Member Function Documentation

◆ getTitle()

ILIAS\Notifications\Model\ilNotificationLink::getTitle ( )
Returns
string|ilNotificationParameter

Definition at line 46 of file ilNotificationLink.php.

47 {
48 return $this->title;
49 }

References ILIAS\Notifications\Model\ilNotificationLink\$title.

◆ getUrl()

ILIAS\Notifications\Model\ilNotificationLink::getUrl ( )

Definition at line 59 of file ilNotificationLink.php.

59 : string
60 {
61 return $this->url;
62 }

References ILIAS\Notifications\Model\ilNotificationLink\$url.

◆ setTitle()

ILIAS\Notifications\Model\ilNotificationLink::setTitle (   $title)
Parameters
string | ilNotificationParameter$title

Definition at line 54 of file ilNotificationLink.php.

54 : void
55 {
56 $this->title = $title;
57 }

References ILIAS\Notifications\Model\ilNotificationLink\$title.

◆ setUrl()

ILIAS\Notifications\Model\ilNotificationLink::setUrl ( string  $url)

Definition at line 64 of file ilNotificationLink.php.

64 : void
65 {
66 $this->url = $url;
67 }

References ILIAS\Notifications\Model\ilNotificationLink\$url.

Field Documentation

◆ $title

◆ $url


The documentation for this class was generated from the following file: