platform/api/laravel/View/Compilers/Concerns/CompilesTranslations.yaml

38 lines
705 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []