Return the names of the classes mapped in this file.
string[]
public function getMappedClasses() : array { return array_keys($this->classes ??= $this->getClassesFromYaml()); }