tableName = $name; } public function execute(): bool { return $this->sql->executeTruncate($this); } public function getTable(): string { return $this->tableName; } }