Class ilMMAbstractBaseTypeHandlerAction.
More...
◆ __construct()
ilMMAbstractBaseTypeHandlerAction::__construct |
( |
| ) |
|
◆ enrichItem()
ilMMAbstractBaseTypeHandlerAction::enrichItem |
( |
isItem |
$item | ) |
|
|
abstract |
◆ getAdditionalFieldsForSubForm()
Definition at line 57 of file class.ilMMAbstractBaseTypeHandlerAction.php.
References $DIC, $url, getFieldInfoTranslation(), and getFieldTranslation().
61 if (isset($this->links[$identification->serialize()][self::F_ACTION])) {
62 $url =
$url->withValue($this->links[$identification->serialize()][self::F_ACTION]);
64 $external = $DIC->ui()->factory()->input()->field()->checkbox($DIC->language()->txt(
'field_external'), $DIC->language()->txt(
'field_external_info'));
65 if (isset($this->links[$identification->serialize()][self::F_EXTERNAL])) {
66 $external = $external->withValue((
bool) $this->links[$identification->serialize()][self::F_EXTERNAL]);
69 return [self::F_ACTION =>
$url, self::F_EXTERNAL => $external];
getFieldInfoTranslation()
◆ getFieldInfoTranslation()
ilMMAbstractBaseTypeHandlerAction::getFieldInfoTranslation |
( |
| ) |
|
|
abstractprotected |
◆ getFieldTranslation()
ilMMAbstractBaseTypeHandlerAction::getFieldTranslation |
( |
| ) |
|
|
abstractprotected |
◆ matchesForType()
ilMMAbstractBaseTypeHandlerAction::matchesForType |
( |
| ) |
|
|
abstract |
◆ saveFormFields()
◆ $links
ilMMAbstractBaseTypeHandlerAction::$links = [] |
|
protected |
◆ F_ACTION
const ilMMAbstractBaseTypeHandlerAction::F_ACTION = 'action' |
◆ F_EXTERNAL
const ilMMAbstractBaseTypeHandlerAction::F_EXTERNAL = 'external' |
The documentation for this class was generated from the following file: