api/symfony/Component/Validator/Context/ExecutionContextFactory.yaml

38 lines
847 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: ExecutionContextFactory
class_comment: '# * Creates new {@link ExecutionContext} instances.
# *
# * @author Bernhard Schussek <bschussek@gmail.com>
# *
# * @internal'
dependencies:
- name: ValidatorInterface
type: class
source: Symfony\Component\Validator\Validator\ValidatorInterface
- name: TranslatorInterface
type: class
source: Symfony\Contracts\Translation\TranslatorInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: translator
- name: translationDomain
default: 'null'
comment: null
- name: createContext
visibility: public
parameters:
- name: validator
- name: root
comment: null
traits:
- Symfony\Component\Validator\Validator\ValidatorInterface
- Symfony\Contracts\Translation\TranslatorInterface
interfaces:
- ExecutionContextFactoryInterface