ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Immutable class for internal Web Link items. More...
Public Member Functions | |
isInternal () | |
getResolvedLink (bool $with_parameters=true) | |
TODO: should be refactored to use URI data object everywhere. More... | |
![]() | |
__construct (int $webr_id, int $link_id, string $title, ?string $description, string $target, bool $active, DateTimeImmutable $create_date, DateTimeImmutable $last_update, array $parameters) | |
getResolvedLink (bool $with_parameters=true) | |
isInternal () | |
toXML (ilXmlWriter $writer, int $position) | |
getWebrId () | |
getLinkId () | |
getCreateDate () | |
getLastUpdate () | |
getParameters () | |
![]() | |
__construct (string $title, ?string $description, string $target, bool $active, array $parameters) | |
isInternal () | |
getTitle () | |
getDescription () | |
getTarget () | |
isActive () | |
getParameters () | |
Protected Member Functions | |
getStaticLink (int $ref_id, string $type) | |
appendParameter (string $link, string $key, string $value) | |
Additional Inherited Members | |
![]() | |
int | $webr_id |
int | $link_id |
DateTimeImmutable | $create_date |
DateTimeImmutable | $last_update |
array | $parameters |
![]() | |
string | $title |
string | $target |
bool | $active |
array | $parameters |
string | $description |
Immutable class for internal Web Link items.
Definition at line 27 of file class.ilWebLinkItemInternal.php.
|
protected |
Definition at line 80 of file class.ilWebLinkItemInternal.php.
Referenced by getResolvedLink().
ilWebLinkItemInternal::getResolvedLink | ( | bool | $with_parameters = true | ) |
TODO: should be refactored to use URI data object everywhere.
Definition at line 37 of file class.ilWebLinkItemInternal.php.
References $parts, $ref_id, appendParameter(), ilWebLinkItem\getParameters(), getStaticLink(), ilWebLinkBaseItem\getTarget(), and ILIAS\Repository\int().
|
protected |
Definition at line 75 of file class.ilWebLinkItemInternal.php.
References ilLink\_getStaticLink().
Referenced by getResolvedLink().
ilWebLinkItemInternal::isInternal | ( | ) |
Definition at line 29 of file class.ilWebLinkItemInternal.php.