44 lines
804 B
YAML
44 lines
804 B
YAML
name: FileLoader
|
|
class_comment: null
|
|
dependencies:
|
|
- name: MappingException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\MappingException
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: file
|
|
comment: '# * Base loader for loading validation metadata from a file.
|
|
|
|
# *
|
|
|
|
# * @author Bernhard Schussek <bschussek@gmail.com>
|
|
|
|
# *
|
|
|
|
# * @see YamlFileLoader
|
|
|
|
# * @see XmlFileLoader
|
|
|
|
# */
|
|
|
|
# abstract class FileLoader extends AbstractLoader
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * Creates a new loader.
|
|
|
|
# *
|
|
|
|
# * @param string $file The mapping file to load
|
|
|
|
# *
|
|
|
|
# * @throws MappingException If the file does not exist or is not readable'
|
|
traits:
|
|
- Symfony\Component\Validator\Exception\MappingException
|
|
interfaces: []
|