ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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... | |
![]() | |
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().
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.