table; } public function setTable(string $table, ?string $alias = null): self { if ($alias !== null) { $table = "{$table} '{$alias}'"; } $this->table = $table; return $this; } }