38 lines
847 B
YAML
38 lines
847 B
YAML
|
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
|