name; } /** * Get sort column. */ public function getColumn(): string { return $this->column ?? $this->getName(); } /** * Determine if the column should be qualified for the sort. */ public function shouldQualifyColumn(): bool { return $this->qualifyColumn === QualifyColumn::YES; } }