platform/api/symfony/Component/Validator/Mapping/Loader/FileLoader.yaml
2024-09-02 10:44:11 -07:00

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: []