ILIAS
release_8 Revision v8.22
|
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 (string $title, ?string $description, string $target, bool $active, array $parameters) | |
isInternal () | |
getTitle () | |
getDescription () | |
getTarget () | |
isActive () | |
getParameters () | |
Protected Attributes | |
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 Base class for Web Link items
Definition at line 25 of file class.ilWebLinkBaseItem.php.
ilWebLinkBaseItem::__construct | ( | string | $title, |
?string | $description, | ||
string | $target, | ||
bool | $active, | ||
array | $parameters | ||
) |
string | $title | |
string | null | $description | |
string | $target | |
bool | $active | |
ilWebLinkBaseParameter[] | $parameters |
Definition at line 44 of file class.ilWebLinkBaseItem.php.
References $active, $description, $parameters, $target, $title, and isInternal().
ilWebLinkBaseItem::getDescription | ( | ) |
Definition at line 65 of file class.ilWebLinkBaseItem.php.
References $description.
Referenced by ilWebLinkDatabaseRepository\createItem(), ilWebLinkItem\toXML(), and ilWebLinkDatabaseRepository\updateItem().
ilWebLinkBaseItem::getParameters | ( | ) |
Definition at line 83 of file class.ilWebLinkBaseItem.php.
References $parameters.
Referenced by ilWebLinkDatabaseRepository\createItem(), and ilWebLinkDatabaseRepository\updateItem().
ilWebLinkBaseItem::getTarget | ( | ) |
Definition at line 70 of file class.ilWebLinkBaseItem.php.
References $target.
Referenced by ilWebLinkDatabaseRepository\createItem(), ilWebLinkItemExternal\getResolvedLink(), ilWebLinkItemInternal\getResolvedLink(), ilWebLinkItem\toXML(), ilWebLinkDatabaseRepository\updateItem(), and ilWebLinkDatabaseRepository\validateInternalItemTarget().
ilWebLinkBaseItem::getTitle | ( | ) |
Definition at line 60 of file class.ilWebLinkBaseItem.php.
References $title.
Referenced by ilWebLinkDatabaseRepository\createItem(), ilWebLinkItem\toXML(), and ilWebLinkDatabaseRepository\updateItem().
ilWebLinkBaseItem::isActive | ( | ) |
Definition at line 75 of file class.ilWebLinkBaseItem.php.
References $active.
Referenced by ilWebLinkDatabaseRepository\createItem(), ilWebLinkItem\toXML(), and ilWebLinkDatabaseRepository\updateItem().
|
abstract |
|
protected |
Definition at line 29 of file class.ilWebLinkBaseItem.php.
Referenced by __construct(), and isActive().
|
protected |
Definition at line 35 of file class.ilWebLinkBaseItem.php.
Referenced by __construct(), and getDescription().
|
protected |
Definition at line 34 of file class.ilWebLinkBaseItem.php.
Referenced by __construct(), and getParameters().
|
protected |
Definition at line 28 of file class.ilWebLinkBaseItem.php.
Referenced by __construct(), and getTarget().
|
protected |
Definition at line 27 of file class.ilWebLinkBaseItem.php.
Referenced by __construct(), and getTitle().