ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
A Link is the often used combination of a label and an URL. More...
Public Member Functions | |
__construct (string $label, URI $url) | |
getLabel () | |
getURL () | |
Protected Attributes | |
string | $label |
URI | $url |
ILIAS\Data\Link::__construct | ( | string | $label, |
URI | $url | ||
) |
Definition at line 33 of file Link.php.
References ILIAS\Data\Link\$label, and ILIAS\Data\Link\$url.
ILIAS\Data\Link::getLabel | ( | ) |
Definition at line 39 of file Link.php.
References ILIAS\Data\Link\$label.
Referenced by ILIAS\UI\Implementation\Component\Launcher\Inline\__construct(), and DataLinkTest\testValues().
ILIAS\Data\Link::getURL | ( | ) |
|
protected |
Definition at line 30 of file Link.php.
Referenced by ILIAS\Data\Link\__construct(), and ILIAS\Data\Link\getLabel().
|
protected |
Definition at line 31 of file Link.php.
Referenced by ILIAS\Data\Link\__construct(), and ILIAS\Data\Link\getURL().