platform/api/laravel/View/Compilers/CompilerInterface.yaml
2024-09-02 10:44:11 -07:00

40 lines
682 B
YAML

name: CompilerInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: getCompiledPath
visibility: public
parameters:
- name: path
comment: '# * Get the path to the compiled version of a view.
# *
# * @param string $path
# * @return string'
- name: isExpired
visibility: public
parameters:
- name: path
comment: '# * Determine if the given view is expired.
# *
# * @param string $path
# * @return bool'
- name: compile
visibility: public
parameters:
- name: path
comment: '# * Compile the view at the given path.
# *
# * @param string $path
# * @return void'
traits: []
interfaces: []