EMA = '{$this->dbname}' "); return in_array($constraint, $constraints); } public function table(string $name = ''): string { if (empty($name)) { $name = $this->name; } return glsr(Tables::class)->table($name); } }