ILIAS
release_8 Revision v8.23
|
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 17 of file Link.php.
References ILIAS\Data\Link\$label, and ILIAS\Data\Link\$url.
ILIAS\Data\Link::getLabel | ( | ) |
Definition at line 23 of file Link.php.
References ILIAS\Data\Link\$label.
Referenced by DataLinkTest\testValues().
ILIAS\Data\Link::getURL | ( | ) |
Definition at line 28 of file Link.php.
References ILIAS\Data\Link\$url.
|
protected |
Definition at line 14 of file Link.php.
Referenced by ILIAS\Data\Link\__construct(), ILIAS\UI\Implementation\Component\Input\Field\Link\addTransformation(), ILIAS\UI\Implementation\Component\Input\Field\Link\addValidation(), and ILIAS\Data\Link\getLabel().
|
protected |
Definition at line 15 of file Link.php.
Referenced by ILIAS\Data\Link\__construct(), ILIAS\UI\Implementation\Component\Input\Field\Link\addTransformation(), ILIAS\UI\Implementation\Component\Input\Field\Link\addValidation(), and ILIAS\Data\Link\getURL().