64 lines
1.4 KiB
YAML
64 lines
1.4 KiB
YAML
|
name: TestExtension
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: FormExtensionInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\FormExtensionInterface
|
||
|
- name: FormTypeExtensionInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\FormTypeExtensionInterface
|
||
|
- name: FormTypeGuesserInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\FormTypeGuesserInterface
|
||
|
- name: FormTypeInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Form\FormTypeInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: guesser
|
||
|
comment: null
|
||
|
- name: addType
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: type
|
||
|
comment: null
|
||
|
- name: getType
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: name
|
||
|
comment: null
|
||
|
- name: hasType
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: name
|
||
|
comment: null
|
||
|
- name: addTypeExtension
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: extension
|
||
|
comment: null
|
||
|
- name: getTypeExtensions
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: name
|
||
|
comment: null
|
||
|
- name: hasTypeExtensions
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: name
|
||
|
comment: null
|
||
|
- name: getTypeGuesser
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Form\FormExtensionInterface
|
||
|
- Symfony\Component\Form\FormTypeExtensionInterface
|
||
|
- Symfony\Component\Form\FormTypeGuesserInterface
|
||
|
- Symfony\Component\Form\FormTypeInterface
|
||
|
interfaces:
|
||
|
- FormExtensionInterface
|