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