* @author Jordan Stout */ interface AdvancedMetadataFactoryInterface extends MetadataFactoryInterface { /** * Gets all the possible classes. * * @throws \RuntimeException When driver does not an advanced driver. * @return string[] */ public function getAllClassNames(): array; }