|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilWebLinkItemExternal:
Collaboration diagram for ilWebLinkItemExternal:Public Member Functions | |
| isInternal () | |
| getResolvedLink (bool $with_parameters=true) | |
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 () | |
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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Immutable class for external Web Link items
Definition at line 25 of file class.ilWebLinkItemExternal.php.
| ilWebLinkItemExternal::getResolvedLink | ( | bool | $with_parameters = true | ) |
Reimplemented from ilWebLinkItem.
Definition at line 32 of file class.ilWebLinkItemExternal.php.
References ilWebLinkItem\getParameters(), ilWebLinkBaseItem\getTarget(), ilWebLinkBaseParameter\SESSION_ID_NAME, and ilWebLinkBaseParameter\VALUES.
Here is the call graph for this function:| ilWebLinkItemExternal::isInternal | ( | ) |
Reimplemented from ilWebLinkItem.
Definition at line 27 of file class.ilWebLinkItemExternal.php.