52 lines
924 B
YAML
52 lines
924 B
YAML
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 <mallluhuct@gmail.com>
|
|
|
|
# * @author Bernhard Schussek <bschussek@gmail.com>
|
|
|
|
# *
|
|
|
|
# * @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: []
|