name: FilesLoader class_comment: null dependencies: [] properties: [] methods: - name: __construct visibility: public parameters: - name: paths comment: '# * Base loader for loading validation metadata from a list of files. # * # * @author Bulat Shakirzyanov # * @author Bernhard Schussek # * # * @see YamlFilesLoader # * @see XmlFilesLoader # */ # abstract class FilesLoader extends LoaderChain # { # /** # * Creates a new loader. # * # * @param array $paths An array of file paths' - name: getFileLoaders visibility: protected parameters: - name: paths comment: '# * Returns an array of file loaders for the given file paths. # * # * @return LoaderInterface[]' - name: getFileLoaderInstance visibility: protected parameters: - name: path comment: null traits: [] interfaces: []