ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
isInternal () | |
getResolvedLink (bool $with_parameters=true) | |
![]() | |
__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 () | |
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 |
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 internal Web Link items
Definition at line 25 of file class.ilWebLinkItemInternal.php.
ilWebLinkItemInternal::getResolvedLink | ( | bool | $with_parameters = true | ) |
Definition at line 32 of file class.ilWebLinkItemInternal.php.
References $parts, $ref_id, $type, ilLink\_getStaticLink(), ilWebLinkItem\getParameters(), ilWebLinkBaseItem\getTarget(), and ILIAS\Repository\int().
ilWebLinkItemInternal::isInternal | ( | ) |
Definition at line 27 of file class.ilWebLinkItemInternal.php.