|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Immutable class for internal Web Link items. More...
Inheritance diagram for ilWebLinkItemInternal:
Collaboration diagram for ilWebLinkItemInternal:Public Member Functions | |
| isInternal () | |
| getResolvedLink (bool $with_parameters=true) | |
| TODO: should be refactored to use URI data object everywhere. More... | |
Public Member Functions inherited from ilWebLinkItem | |
| __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 () | |
Public Member Functions inherited from ilWebLinkBaseItem | |
| __construct (string $title, ?string $description, string $target, bool $active, array $parameters) | |
| isInternal () | |
| getTitle () | |
| getDescription () | |
| getTarget () | |
| isActive () | |
| getParameters () | |
Protected Member Functions | |
| appendParameter (string $link, string $key, string $value) | |
Additional Inherited Members | |
Protected Attributes inherited from ilWebLinkItem | |
| int | $webr_id |
| int | $link_id |
| DateTimeImmutable | $create_date |
| DateTimeImmutable | $last_update |
| array | $parameters |
Protected Attributes inherited from ilWebLinkBaseItem | |
| 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 83 of file class.ilWebLinkItemInternal.php.
Referenced by getResolvedLink().
Here is the caller graph for this function:| 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, ilLink\_getStaticLink(), appendParameter(), ilWebLinkItem\getParameters(), ilWebLinkBaseItem\getTarget(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilWebLinkItemInternal::isInternal | ( | ) |
Definition at line 29 of file class.ilWebLinkItemInternal.php.