platform/api/symfony/Bundle/FrameworkBundle/Tests/Fixtures/TranslatableBackedEnum.yaml

24 lines
568 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: TranslatableBackedEnum
class_comment: null
dependencies:
- name: TranslatableInterface
type: class
source: Symfony\Contracts\Translation\TranslatableInterface
- name: TranslatorInterface
type: class
source: Symfony\Contracts\Translation\TranslatorInterface
properties: []
methods:
- name: trans
visibility: public
parameters:
- name: translator
- name: locale
default: 'null'
comment: null
traits:
- Symfony\Contracts\Translation\TranslatableInterface
- Symfony\Contracts\Translation\TranslatorInterface
interfaces:
- TranslatableInterface