platform/api/symfony/Component/Intl/Data/Generator/FallbackTrait.yaml
2024-09-02 10:44:11 -07:00

35 lines
801 B
YAML

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: []