isCloneable = $condition; return $this; } public function isCloneable(): bool { if ($this->isDisabled()) { return false; } return (bool) $this->evaluate($this->isCloneable); } }