Todo List
BaseRule | --GroupRule | --TableRule | --TableFilter
Callback method should have the following signature:
static function myCallbackMethod('table_id', 'table_title') return 'table_new_title'
[line 553]
Syntax is:
array('PluginClass', 'myCallbackMethod')
TableFilter __construct( string $groupId, string $tableId, array $callback)
Overridden in child classes as:
void applyRule( Table $table, array $params)