Enables the invocation of the original constructor.
$this
public function enableOriginalConstructor() : self { $this->originalConstructor = true; return $this; }