ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilWebLinkBaseList Class Reference

Base class for Web Link lists. More...

+ Inheritance diagram for ilWebLinkBaseList:
+ Collaboration diagram for ilWebLinkBaseList:

Public Member Functions

 __construct (string $title, ?string $description)
 
 getTitle ()
 
 getDescription ()
 

Protected Attributes

string $title
 
string $description
 

Detailed Description

Base class for Web Link lists.

Author
Tim Schmitz schmi.nosp@m.tz@l.nosp@m.eifos.nosp@m..de

Definition at line 25 of file class.ilWebLinkBaseList.php.

Constructor & Destructor Documentation

◆ __construct()

ilWebLinkBaseList::__construct ( string  $title,
?string  $description 
)

Definition at line 30 of file class.ilWebLinkBaseList.php.

31 {
32 $this->title = $title;
33 $this->description = $description;
34 }

References $description, and $title.

Member Function Documentation

◆ getDescription()

ilWebLinkBaseList::getDescription ( )

Definition at line 41 of file class.ilWebLinkBaseList.php.

41 : ?string
42 {
43 return $this->description;
44 }

References $description.

Referenced by ilWebLinkDatabaseRepository\createList().

+ Here is the caller graph for this function:

◆ getTitle()

ilWebLinkBaseList::getTitle ( )

Definition at line 36 of file class.ilWebLinkBaseList.php.

36 : string
37 {
38 return $this->title;
39 }

References $title.

Referenced by ilWebLinkDatabaseRepository\createList().

+ Here is the caller graph for this function:

Field Documentation

◆ $description

string ilWebLinkBaseList::$description
protected

◆ $title

string ilWebLinkBaseList::$title
protected

Definition at line 27 of file class.ilWebLinkBaseList.php.

Referenced by ilWebLinkList\__construct(), __construct(), and getTitle().


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