FilesLoader
abstractclass FilesLoader extendsLoaderChain
Base loader for loading validation metadata from a list of files.
Methods
__construct(array$paths)
Creates a new loader.
array
getFileLoaders(array$paths)
Returns an array of file loaders for the given file paths.
getFileLoaderInstance(string$path)
Creates a loader for the given file path.
Details
protectedarray
getFileLoaders(array$paths)
Returns an array of file loaders for the given file paths.
abstractprotectedLoaderInterface
getFileLoaderInstance(string$path)
Creates a loader for the given file path.