Loads multiple yaml mapping files
@author Bulat Shakirzyanov <mallluhuct@gmail.com>
Expanded class hierarchy of YamlFilesLoader
Symfony\Component\Validator\Mapping\Loader\FilesLoader
class YamlFilesLoader extends FilesLoader {
  /**
   * {@inheritDoc}
   */
  public function getFileLoaderInstance($file) {
    return new YamlFileLoader($file);
  }
}| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| FilesLoader:: | protected | function | Array of mapping files. | |
| FilesLoader:: | public | function | Array of mapping files. Overrides LoaderChain:: | 1 | 
| LoaderChain:: | protected | property | ||
| LoaderChain:: | public | function | Load a Class Metadata. Overrides LoaderInterface:: | |
| YamlFilesLoader:: | public | function | Takes mapping file path. Overrides FilesLoader:: |