mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Endpoints (Prep)
* modernize DB-Types - long term: should be split in class that describes the DB-Type and container class that handles multiples * make unchanging filter props static, allow lookup of criteria indizes through filter * move username/mail/password checks to util and make them usable as input filter
This commit is contained in:
@@ -10,6 +10,7 @@ class Tooltip implements \JsonSerializable
|
||||
{
|
||||
private ?string $name = null;
|
||||
private ?string $tooltip = null;
|
||||
private ?string $tooltip2 = null;
|
||||
private ?\StdClass $map = null; // secondary tooltip
|
||||
private ?string $icon = null;
|
||||
private ?int $quality = null; // icon border color coded
|
||||
|
||||
Reference in New Issue
Block a user