|
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 ilWebLinkBaseItem:
Collaboration diagram for ilWebLinkBaseItem: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, and $title.
| ilWebLinkBaseItem::getDescription | ( | ) |
Definition at line 65 of file class.ilWebLinkBaseItem.php.
References $description.
Referenced by ilWebLinkDatabaseRepository\createItem(), and ilWebLinkItem\toXML().
Here is the caller graph for this function:| ilWebLinkBaseItem::getParameters | ( | ) |
Reimplemented in ilWebLinkItem.
Definition at line 83 of file class.ilWebLinkBaseItem.php.
References $parameters.
Referenced by ilWebLinkDatabaseRepository\createItem().
Here is the caller graph for this function:| ilWebLinkBaseItem::getTarget | ( | ) |
Definition at line 70 of file class.ilWebLinkBaseItem.php.
References $target.
Referenced by ilWebLinkDatabaseRepository\createItem(), ilWebLinkItemExternal\getResolvedLink(), ilWebLinkItemInternal\getResolvedLink(), ilWebLinkItem\toXML(), and ilWebLinkDatabaseRepository\validateInternalItemTarget().
Here is the caller graph for this function:| ilWebLinkBaseItem::getTitle | ( | ) |
Definition at line 60 of file class.ilWebLinkBaseItem.php.
References $title.
Referenced by ilWebLinkDatabaseRepository\createItem(), and ilWebLinkItem\toXML().
Here is the caller graph for this function:| ilWebLinkBaseItem::isActive | ( | ) |
Definition at line 75 of file class.ilWebLinkBaseItem.php.
References $active.
Referenced by ilWebLinkDatabaseRepository\createItem(), and ilWebLinkItem\toXML().
Here is the caller graph for this function:
|
abstract |
Reimplemented in ilWebLinkDraftItem, ilWebLinkItem, ilWebLinkItemExternal, and ilWebLinkItemInternal.
|
protected |
Definition at line 29 of file class.ilWebLinkBaseItem.php.
Referenced by ilWebLinkDraftItem\__construct(), ilWebLinkItem\__construct(), __construct(), and isActive().
|
protected |
Definition at line 35 of file class.ilWebLinkBaseItem.php.
Referenced by ilWebLinkDraftItem\__construct(), ilWebLinkItem\__construct(), __construct(), and getDescription().
|
protected |
Definition at line 34 of file class.ilWebLinkBaseItem.php.
Referenced by ilWebLinkDraftItem\__construct(), __construct(), and getParameters().
|
protected |
Definition at line 28 of file class.ilWebLinkBaseItem.php.
Referenced by ilWebLinkDraftItem\__construct(), ilWebLinkItem\__construct(), __construct(), and getTarget().
|
protected |
Definition at line 27 of file class.ilWebLinkBaseItem.php.
Referenced by ilWebLinkItem\__construct(), __construct(), and getTitle().