type) === 'ASC'; } public function isDesc(): bool { return strtoupper($this->type) === 'DESC'; } public function dispatch(SqlWalker $walker): string { return $walker->walkOrderByItem($this); } }