|
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 ilWebLinkItem:
Collaboration diagram for ilWebLinkItem:Public Member Functions | |
| __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 Attributes | |
| 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 Web Link items
Definition at line 25 of file class.ilWebLinkItem.php.
| ilWebLinkItem::__construct | ( | int | $webr_id, |
| int | $link_id, | ||
| string | $title, | ||
| ?string | $description, | ||
| string | $target, | ||
| bool | $active, | ||
| DateTimeImmutable | $create_date, | ||
| DateTimeImmutable | $last_update, | ||
| array | $parameters | ||
| ) |
| int | $webr_id | |
| int | $link_id | |
| string | $title | |
| string | null | $description | |
| string | $target | |
| bool | $active | |
| DateTimeImmutable | $create_date | |
| DateTimeImmutable | $last_update | |
| ilWebLinkParameter[] | $parameters |
Definition at line 49 of file class.ilWebLinkItem.php.
References ilWebLinkBaseItem\$active, $create_date, ilWebLinkBaseItem\$description, $last_update, $link_id, $parameters, ilWebLinkBaseItem\$target, ilWebLinkBaseItem\$title, $webr_id, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilWebLinkItem::getCreateDate | ( | ) |
Definition at line 103 of file class.ilWebLinkItem.php.
References $create_date.
| ilWebLinkItem::getLastUpdate | ( | ) |
Definition at line 108 of file class.ilWebLinkItem.php.
References $last_update.
| ilWebLinkItem::getLinkId | ( | ) |
Definition at line 98 of file class.ilWebLinkItem.php.
References $link_id.
Referenced by toXML().
Here is the caller graph for this function:| ilWebLinkItem::getParameters | ( | ) |
Reimplemented from ilWebLinkBaseItem.
Definition at line 116 of file class.ilWebLinkItem.php.
References $parameters.
Referenced by ilWebLinkItemExternal\getResolvedLink(), ilWebLinkItemInternal\getResolvedLink(), and toXML().
Here is the caller graph for this function:
|
abstract |
Reimplemented in ilWebLinkItemExternal, and ilWebLinkItemInternal.
| ilWebLinkItem::getWebrId | ( | ) |
Definition at line 93 of file class.ilWebLinkItem.php.
References $webr_id.
|
abstract |
Reimplemented from ilWebLinkBaseItem.
Reimplemented in ilWebLinkItemExternal, and ilWebLinkItemInternal.
Referenced by toXML().
Here is the caller graph for this function:| ilWebLinkItem::toXML | ( | ilXmlWriter | $writer, |
| int | $position | ||
| ) |
Definition at line 71 of file class.ilWebLinkItem.php.
References ilWebLinkBaseItem\getDescription(), getLinkId(), getParameters(), ilWebLinkBaseItem\getTarget(), ilWebLinkBaseItem\getTitle(), ilWebLinkBaseItem\isActive(), isInternal(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getCreateDate().
|
protected |
Definition at line 31 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getLastUpdate().
|
protected |
Definition at line 28 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getLinkId().
|
protected |
Definition at line 36 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getParameters().
|
protected |
Definition at line 27 of file class.ilWebLinkItem.php.
Referenced by __construct(), and getWebrId().