|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
A Link is the often used combination of a label and an URL. More...
Collaboration diagram for ILIAS\Data\Link: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 ILIAS\UI\Implementation\Component\Launcher\Inline\__construct(), and DataLinkTest\testValues().
Here is the caller graph for this function:| 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().