platform/api/symfony/Component/Intl/Data/Generator/FallbackTrait.yaml

36 lines
801 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: FallbackTrait
class_comment: null
dependencies:
- name: BundleEntryReaderInterface
type: class
source: Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface
- name: Locale
type: class
source: Symfony\Component\Intl\Locale
properties: []
methods:
- name: generateDataForLocale
visibility: protected
parameters:
- name: reader
- name: tempDir
- name: displayLocale
comment: null
- name: generateDataForRoot
visibility: protected
parameters:
- name: reader
- name: tempDir
comment: null
- name: generateFallbackData
visibility: private
parameters:
- name: reader
- name: tempDir
- name: displayLocale
comment: null
traits:
- Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface
- Symfony\Component\Intl\Locale
interfaces: []