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