Address dynamic class property deprecation warnings

This commit is contained in:
2022-12-25 13:50:33 +01:00
parent 49390c372d
commit 7897172256
17 changed files with 54 additions and 8 deletions

View File

@@ -20,6 +20,13 @@ class GenericTable
public $form_above;
public $form_below;
private $sort_direction;
private $sort_order;
private $base_url;
private $start;
private $items_per_page;
private $recordCount;
public function __construct($options)
{
// Make sure we're actually sorting on something sortable.