Sets the definition templates to conditionally apply on the current definition, keyed by parent interface/class.
ChildDefinition[] $instanceof:
$this
public function setInstanceofConditionals(array $instanceof) : static { $this->instanceof = $instanceof; return $this; }