platform/api/symfony/Component/Validator/Mapping/Loader/FileLoader.yaml

45 lines
804 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []