table = $table; } public function getTable(): string { return $this->table; } public function build(array &$params, Query $context = NULL): ?string { return "DROP TABLE " . $this->sql->tableName($this->getTable()); } }