platform/api/symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.yaml

31 lines
685 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: JsonBundleReader
class_comment: '# * Reads .json resource bundles.
# *
# * @author Bernhard Schussek <bschussek@gmail.com>
# *
# * @internal'
dependencies:
- name: ResourceBundleNotFoundException
type: class
source: Symfony\Component\Intl\Exception\ResourceBundleNotFoundException
- name: RuntimeException
type: class
source: Symfony\Component\Intl\Exception\RuntimeException
properties: []
methods:
- name: read
visibility: public
parameters:
- name: path
- name: locale
comment: null
traits:
- Symfony\Component\Intl\Exception\ResourceBundleNotFoundException
- Symfony\Component\Intl\Exception\RuntimeException
interfaces:
- BundleReaderInterface