|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\File\Icon\ilObjFileDefaultIconsObjective:
Collaboration diagram for ILIAS\File\Icon\ilObjFileDefaultIconsObjective:Public Member Functions | |
| __construct (private bool $reset_default=false, private bool $reset_all=false) | |
| getHash () | |
| @inheritDoc More... | |
| getLabel () | |
| @inheritDoc More... | |
| isNotable () | |
| @inheritDoc More... | |
| getPreconditions (Environment $environment) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Setup\Objective | |
| getHash () | |
| Get a hash for this objective. More... | |
| getLabel () | |
| Get a label that describes this objective. More... | |
| isNotable () | |
| Get to know if this is an interesting objective for a human. More... | |
| getPreconditions (Environment $environment) | |
| Objectives might depend on other objectives. More... | |
| achieve (Environment $environment) | |
| Objectives can be achieved. More... | |
| isApplicable (Environment $environment) | |
| Get to know whether the objective is applicable. More... | |
Private Attributes | |
| const | PATH_DEFAULT_ICON_DIR = __DIR__ . "/../../../../../public/assets/images/default_file_icons/" |
Definition at line 30 of file class.ilObjFileDefaultIconsObjective.php.
| ILIAS\File\Icon\ilObjFileDefaultIconsObjective::__construct | ( | private bool | $reset_default = false, |
| private bool | $reset_all = false |
||
| ) |
Definition at line 37 of file class.ilObjFileDefaultIconsObjective.php.
| ILIAS\File\Icon\ilObjFileDefaultIconsObjective::getHash | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Objective.
Definition at line 46 of file class.ilObjFileDefaultIconsObjective.php.
| ILIAS\File\Icon\ilObjFileDefaultIconsObjective::getLabel | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Objective.
Definition at line 57 of file class.ilObjFileDefaultIconsObjective.php.
| ILIAS\File\Icon\ilObjFileDefaultIconsObjective::getPreconditions | ( | Environment | $environment | ) |
@inheritDoc
Implements ILIAS\Setup\Objective.
Definition at line 73 of file class.ilObjFileDefaultIconsObjective.php.
References ilResourceStorageMigrationHelper\getPreconditions().
Here is the call graph for this function:| ILIAS\File\Icon\ilObjFileDefaultIconsObjective::isNotable | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Objective.
Definition at line 65 of file class.ilObjFileDefaultIconsObjective.php.
|
private |
Definition at line 35 of file class.ilObjFileDefaultIconsObjective.php.