mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
PHP/Compat
* fixed misc issues Intellisense was nice enough to highlight. * mostly deprecated usage of uninitialized parameters * class GenericPage still needs a long, hard look and a refactor
This commit is contained in:
@@ -19,6 +19,7 @@ abstract class BaseType
|
||||
|
||||
private $itrStack = [];
|
||||
|
||||
public static $dataTable = '';
|
||||
public static $contribute = CONTRIBUTE_ANY;
|
||||
|
||||
/*
|
||||
@@ -925,6 +926,8 @@ abstract class Filter
|
||||
*/
|
||||
protected $genericFilter = [];
|
||||
|
||||
protected $enums = []; // criteriumID => [validOptionList]
|
||||
|
||||
/*
|
||||
fieldId => [checkType, checkValue[, fieldIsArray]]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user