mediawiki-extensions-AbuseF.../includes/VariableGenerator
Daimona Eaytoy 1686042a91 Move variable generators to new classes
RunVariableGenerator is for generating variables based on the current
action;
RowVariableGenerator is for RC entries;
VariableGenerator is the generic one.

This patch only moves the methods to the new classes, to keep the diff
easier to read, and facilitate conflict resolution. These classes will
then be revamped in I366d598b69ad866496b7cb0059e0835c02e54041.

Note that these classes are now namespaced.

One method, AbuseFilter::getEditVars, was renamed to
AbuseFilterVariableGenerator::generateEditVars, because it would
otherwise conflict with an incompatible method in RunVariableGenerator.

Change-Id: Iff412e5492873d4fae55402939a51609e64d55a8
2020-02-07 19:44:31 +00:00
..
RCVariableGenerator.php Move variable generators to new classes 2020-02-07 19:44:31 +00:00
RunVariableGenerator.php Move variable generators to new classes 2020-02-07 19:44:31 +00:00
VariableGenerator.php Move variable generators to new classes 2020-02-07 19:44:31 +00:00