platform/api/symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.yaml
2024-09-02 10:44:11 -07:00

33 lines
515 B
YAML

name: BundleCompilerInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: compile
visibility: public
parameters:
- name: sourcePath
- name: targetDir
comment: '# * Compiles a resource bundle.
# *
# * @author Bernhard Schussek <bschussek@gmail.com>
# *
# * @internal
# */
# interface BundleCompilerInterface
# {
# /**
# * Compiles a resource bundle at the given source to the given target
# * directory.'
traits: []
interfaces: []