return $this->entityName !== null;
} public function getEntityName(): ?string
{ return $this->entityName;
} public function childChangedToParent(): bool
{ if (!
$this->
wasChild()) { return false;
} return !
$this->
isChild();
} /**
* @return array<string, mixed>
*/
public function getState(): array
{