ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 | ( | ) |
Definition at line 44 of file Link.php.
References ILIAS\Data\Link\$url.
|
protected |
Definition at line 30 of file Link.php.
Referenced by ILIAS\UI\Implementation\Component\Input\Field\Link\__construct(), 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 31 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().