| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilUpdateNewAccountMailTemplatesForMustache:
 Collaboration diagram for ilUpdateNewAccountMailTemplatesForMustache:Public Member Functions | |
| getLabel () | |
| getDefaultAmountOfStepsPerRun () | |
| Tell the default amount of steps to be executed for one run of the migration.  More... | |
| getPreconditions (Environment $environment) | |
| Objectives the migration depend on.  More... | |
| prepare (Environment $environment) | |
| Prepare the migration by means of some environment.  More... | |
| step (Environment $environment) | |
| Run one step of the migration.  More... | |
| getRemainingAmountOfSteps () | |
| Count up how many "things" need to be migrated.  More... | |
Data Fields | |
| const | NUMBER_OF_STEPS = 10000 | 
  Data Fields inherited from ILIAS\Setup\Migration | |
| const | INFINITE = -1 | 
Protected Member Functions | |
| getNextLangToBeUpdated () | |
| getWhere () | |
| replace (string $lang, string $regex_search, string $replacement) | |
| replaceRemainingBrackets (string $lang) | |
| replaceInText (?string $text, string $regex_search, string $replacement) | |
Protected Attributes | |
| ilDBInterface | $db | 
Definition at line 24 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
| ilUpdateNewAccountMailTemplatesForMustache::getDefaultAmountOfStepsPerRun | ( | ) | 
Tell the default amount of steps to be executed for one run of the migration.
Return Migration::INFINITE if all units should be migrated at once.
Implements ILIAS\Setup\Migration.
Definition at line 35 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
| ilUpdateNewAccountMailTemplatesForMustache::getLabel | ( | ) | 
Implements ILIAS\Setup\Migration.
Definition at line 30 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
      
  | 
  protected | 
Definition at line 75 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
References $q, $res, and getWhere().
Referenced by step().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilUpdateNewAccountMailTemplatesForMustache::getPreconditions | ( | Environment | $environment | ) | 
Objectives the migration depend on.
| UnachievableException | if the objective is not achievable | 
Implements ILIAS\Setup\Migration.
Definition at line 40 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
| ilUpdateNewAccountMailTemplatesForMustache::getRemainingAmountOfSteps | ( | ) | 
Count up how many "things" need to be migrated.
This helps the admin to decide how big he can create the steps and also how long a migration takes
Implements ILIAS\Setup\Migration.
Definition at line 66 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
References $q, $res, and getWhere().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 90 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
References ilDBConstants\T_TEXT.
Referenced by getNextLangToBeUpdated(), and getRemainingAmountOfSteps().
 Here is the caller graph for this function:| ilUpdateNewAccountMailTemplatesForMustache::prepare | ( | Environment | $environment | ) | 
Prepare the migration by means of some environment.
This is not supposed to modify the environment, but will be run to prime the migration object to run step and getRemainingAmountOfSteps afterwards. 
Implements ILIAS\Setup\Migration.
Definition at line 47 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
References ILIAS\Setup\Environment\getResource().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 100 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
References $res, replaceInText(), and ilDBConstants\T_TEXT.
Referenced by step().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 158 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
Referenced by replace(), and replaceRemainingBrackets().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 129 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
References $res, replaceInText(), and ilDBConstants\T_TEXT.
Referenced by step().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilUpdateNewAccountMailTemplatesForMustache::step | ( | Environment | $environment | ) | 
Run one step of the migration.
Implements ILIAS\Setup\Migration.
Definition at line 52 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
References $lang, getNextLangToBeUpdated(), replace(), and replaceRemainingBrackets().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 28 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.
| const ilUpdateNewAccountMailTemplatesForMustache::NUMBER_OF_STEPS = 10000 | 
Definition at line 26 of file class.ilUpdateNewAccountMailTemplatesForMustache.php.