[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/db/migration/ -> helper.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 116 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

helper:: (2 methods):
  get_schema_steps()
  reverse_update_data()


Class: helper  - X-Ref

The migrator is responsible for applying new migrations in the correct order.

get_schema_steps($schema_changes)   X-Ref
Get the schema steps from an array of schema changes

This splits up $schema_changes into individual changes so that the
changes can be chunked

param: array $schema_changes from migration
return: array

reverse_update_data($steps)   X-Ref
Reverse the update steps from an array of data changes

'If' statements and custom methods will be skipped, for all
other calls the reverse method of the tool class will be called

param: array $steps Update changes from migration
return: array



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1