ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilMMAbstractBaseTypeHandlerAction. More...
Public Member Functions | |||||||
__construct () | |||||||
matchesForType () | |||||||
enrichItem (isItem $item) | |||||||
| |||||||
saveFormFields (IdentificationInterface $identification, array $data) | |||||||
| |||||||
![]() | |||||||
matchesForType () | |||||||
enrichItem (isItem $item) | |||||||
getAdditionalFieldsForSubForm (IdentificationInterface $identification) | |||||||
saveFormFields (IdentificationInterface $identification, array $data) | |||||||
Data Fields | |
const | F_ACTION = 'action' |
const | F_EXTERNAL = 'external' |
Protected Member Functions | |
getFieldTranslation () | |
getFieldInfoTranslation () | |
Protected Attributes | |
array | $links = [] |
Class ilMMAbstractBaseTypeHandlerAction.
Definition at line 30 of file class.ilMMAbstractBaseTypeHandlerAction.php.
ilMMAbstractBaseTypeHandlerAction::__construct | ( | ) |
Definition at line 37 of file class.ilMMAbstractBaseTypeHandlerAction.php.
References ActiveRecord\getArray().
|
abstract |
isItem | $item |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Handler\TypeHandler.
Reimplemented in ilMMTypeHandlerLink, ilMMTypeHandlerRepositoryLink, and ilMMTypeHandlerTopLink.
|
abstractprotected |
Reimplemented in ilMMTypeHandlerLink, ilMMTypeHandlerRepositoryLink, and ilMMTypeHandlerTopLink.
|
abstractprotected |
Reimplemented in ilMMTypeHandlerLink, ilMMTypeHandlerRepositoryLink, and ilMMTypeHandlerTopLink.
|
abstract |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Handler\TypeHandler.
Reimplemented in ilMMTypeHandlerLink, ilMMTypeHandlerRepositoryLink, and ilMMTypeHandlerTopLink.
ilMMAbstractBaseTypeHandlerAction::saveFormFields | ( | IdentificationInterface | $identification, |
array | $data | ||
) |
IdentificationInterface | $identification | |
array | $data |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Collector\Handler\TypeHandler.
Definition at line 52 of file class.ilMMAbstractBaseTypeHandlerAction.php.
References $data, and ilMMTypeActionStorage\find().
|
protected |
Definition at line 32 of file class.ilMMAbstractBaseTypeHandlerAction.php.
const ilMMAbstractBaseTypeHandlerAction::F_ACTION = 'action' |
Definition at line 34 of file class.ilMMAbstractBaseTypeHandlerAction.php.
Referenced by ilMMTypeHandlerLink\enrichItem(), ilMMTypeHandlerRepositoryLink\enrichItem(), and ilMMTypeHandlerTopLink\enrichItem().
const ilMMAbstractBaseTypeHandlerAction::F_EXTERNAL = 'external' |
Definition at line 35 of file class.ilMMAbstractBaseTypeHandlerAction.php.
Referenced by ilMMTypeHandlerLink\enrichItem(), and ilMMTypeHandlerTopLink\enrichItem().