name: PhpBundleReader class_comment: '# * Reads .php resource bundles. # * # * @author Bernhard Schussek # * # * @internal' dependencies: - name: ResourceBundleNotFoundException type: class source: Symfony\Component\Intl\Exception\ResourceBundleNotFoundException - name: GzipStreamWrapper type: class source: Symfony\Component\Intl\Util\GzipStreamWrapper properties: [] methods: - name: read visibility: public parameters: - name: path - name: locale comment: null traits: - Symfony\Component\Intl\Exception\ResourceBundleNotFoundException - Symfony\Component\Intl\Util\GzipStreamWrapper interfaces: - BundleReaderInterface