[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
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 |
helper:: (2 methods):
get_schema_steps()
reverse_update_data()
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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |