| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This class attempt to achieve a set of database update steps. More...
 Inheritance diagram for ilDatabaseUpdateStepsExecutedObjective:
 Collaboration diagram for ilDatabaseUpdateStepsExecutedObjective:Public Member Functions | |
| __construct (ilDatabaseUpdateSteps $steps) | |
| getHash () | |
| The hash for the objective is calculated over the classname and the steps that are contained.  More... | |
| getLabel () | |
| Get a label that describes this objective.  More... | |
| isNotable () | |
| getPreconditions (Environment $environment) | |
| achieve (Environment $environment) | |
| isApplicable (Environment $environment) | |
Data Fields | |
| const | STEP_METHOD_PREFIX = "step_" | 
Protected Member Functions | |
| throwStepNotFinishedException (int $started, int $finished) | |
Protected Attributes | |
| ilDatabaseUpdateSteps | $steps | 
| string | $steps_class | 
This class attempt to achieve a set of database update steps.
Look into the interface ilDatabaseUpdateSteps for further instructions.
Definition at line 27 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
| ilDatabaseUpdateStepsExecutedObjective::__construct | ( | ilDatabaseUpdateSteps | $steps | ) | 
Definition at line 34 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
References $steps.
| ilDatabaseUpdateStepsExecutedObjective::achieve | ( | Environment | $environment | ) | 
Implements ILIAS\Setup\Objective.
Definition at line 81 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
References ILIAS\Setup\Environment\getResource(), and throwStepNotFinishedException().
 Here is the call graph for this function:
      
  | 
  final | 
The hash for the objective is calculated over the classname and the steps that are contained.
Implements ILIAS\Setup\Objective.
Definition at line 44 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
      
  | 
  final | 
Get a label that describes this objective.
Implements ILIAS\Setup\Objective.
Definition at line 52 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
| ilDatabaseUpdateStepsExecutedObjective::getPreconditions | ( | Environment | $environment | ) | 
Implements ILIAS\Setup\Objective.
Definition at line 68 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
| ilDatabaseUpdateStepsExecutedObjective::isApplicable | ( | Environment | $environment | ) | 
Implements ILIAS\Setup\Objective.
Definition at line 119 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
References ILIAS\Setup\Environment\getResource().
 Here is the call graph for this function:
      
  | 
  final | 
Implements ILIAS\Setup\Objective.
Definition at line 60 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
      
  | 
  protected | 
Definition at line 130 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
Referenced by achieve().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 31 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 32 of file class.ilDatabaseUpdateStepsExecutedObjective.php.
| const ilDatabaseUpdateStepsExecutedObjective::STEP_METHOD_PREFIX = "step_" | 
Definition at line 29 of file class.ilDatabaseUpdateStepsExecutedObjective.php.