Disables the invocation of the original clone constructor.
$this
public function disableOriginalClone() : self { $this->originalClone = false; return $this; }