25 lines
605 B
YAML
25 lines
605 B
YAML
name: ValidationFailedException
|
|
class_comment: '# * @author Jan Vernieuwe <jan.vernieuwe@phpro.be>'
|
|
dependencies:
|
|
- name: ConstraintViolationListInterface
|
|
type: class
|
|
source: Symfony\Component\Validator\ConstraintViolationListInterface
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: value
|
|
- name: violations
|
|
comment: null
|
|
- name: getValue
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getViolations
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Validator\ConstraintViolationListInterface
|
|
interfaces: []
|