api/laravel/View/Compilers/Concerns/CompilesErrors.yaml
2024-09-26 02:03:21 -07:00

29 lines
538 B
YAML

name: CompilesErrors
class_comment: null
dependencies: []
properties: []
methods:
- name: compileError
visibility: protected
parameters:
- name: expression
comment: '# * Compile the error statements into valid PHP.
# *
# * @param string $expression
# * @return string'
- name: compileEnderror
visibility: protected
parameters:
- name: expression
comment: '# * Compile the enderror statements into valid PHP.
# *
# * @param string $expression
# * @return string'
traits: []
interfaces: []