noCustom = $noCustom; return $obj; } public function withAsArray(bool $asArray = true): self { $obj = clone $this; $obj->asArray = $asArray; return $obj; } public function noCustom(): bool { return $this->noCustom; } public function asArray(): bool { return $this->asArray; } }