37 lines
705 B
YAML
37 lines
705 B
YAML
name: CompilesTranslations
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: compileLang
|
|
visibility: protected
|
|
parameters:
|
|
- name: expression
|
|
comment: '# * Compile the lang statements into valid PHP.
|
|
|
|
# *
|
|
|
|
# * @param string|null $expression
|
|
|
|
# * @return string'
|
|
- name: compileEndlang
|
|
visibility: protected
|
|
parameters: []
|
|
comment: '# * Compile the end-lang statements into valid PHP.
|
|
|
|
# *
|
|
|
|
# * @return string'
|
|
- name: compileChoice
|
|
visibility: protected
|
|
parameters:
|
|
- name: expression
|
|
comment: '# * Compile the choice statements into valid PHP.
|
|
|
|
# *
|
|
|
|
# * @param string $expression
|
|
|
|
# * @return string'
|
|
traits: []
|
|
interfaces: []
|