Get parts of name (split by the namespace separator).
@psalm-return non-empty-list<string>
string[] Parts of name
public function getParts() : array { return \explode('\\', $this->name); }