isCompact = $condition; return $this; } public function isCompact(): bool { return (bool) $this->evaluate($this->isCompact); } }