ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Draft class for creating and updating a Web Link item. 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 |
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.
References ILIAS\UI\examples\Prompt\Standard\parameters().
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().