ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (bool $internal, string $title, ?string $description, string $target, bool $active, array $parameters) | |
isInternal () | |
addParameter (ilWebLinkBaseParameter $parameter) | |
![]() | |
__construct (string $title, ?string $description, string $target, bool $active, array $parameters) | |
isInternal () | |
getTitle () | |
getDescription () | |
getTarget () | |
isActive () | |
getParameters () | |
Protected Attributes | |
bool | $internal |
![]() | |
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 Draft class for creating and updating a Web Link item
Definition at line 25 of file class.ilWebLinkDraftItem.php.
ilWebLinkDraftItem::__construct | ( | bool | $internal, |
string | $title, | ||
?string | $description, | ||
string | $target, | ||
bool | $active, | ||
array | $parameters | ||
) |
bool | $internal | |
string | $title | |
string | null | $description | |
string | $target | |
bool | $active | |
ilWebLinkBaseParameter[] | $parameters |
Definition at line 37 of file class.ilWebLinkDraftItem.php.
References $internal, and ILIAS\GlobalScreen\Provider\__construct().
ilWebLinkDraftItem::addParameter | ( | ilWebLinkBaseParameter | $parameter | ) |
Definition at line 54 of file class.ilWebLinkDraftItem.php.
ilWebLinkDraftItem::isInternal | ( | ) |
Definition at line 49 of file class.ilWebLinkDraftItem.php.
References $internal.
Referenced by ilWebLinkDatabaseRepository\createItem(), ilWebLinkDatabaseRepository\updateItem(), and ilWebLinkDatabaseRepository\validateInternalItemTarget().
|
protected |
Definition at line 27 of file class.ilWebLinkDraftItem.php.
Referenced by __construct(), and isInternal().