ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

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

◆ getUrl()

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

Definition at line 59 of file ilNotificationLink.php.

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

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

◆ setTitle()

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

Definition at line 54 of file ilNotificationLink.php.

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

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

◆ setUrl()

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

Definition at line 64 of file ilNotificationLink.php.

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

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

Field Documentation

◆ $title

◆ $url


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