Sets the Definition to inherit from.
$this
public function setParent(string $parent) : static { $this->parent = $parent; return $this; }