api/symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.yaml

26 lines
589 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: RelativePath
class_comment: '# * @author Bernhard Schussek <bschussek@gmail.com>'
dependencies:
- name: FormInterface
type: class
source: Symfony\Component\Form\FormInterface
- name: PropertyPath
type: class
source: Symfony\Component\PropertyAccess\PropertyPath
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: root
- name: propertyPath
comment: null
- name: getRoot
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Form\FormInterface
- Symfony\Component\PropertyAccess\PropertyPath
interfaces: []