platform/api/laravel/Contracts/View/Engine.yaml

23 lines
346 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Engine
class_comment: null
dependencies: []
properties: []
methods:
- name: get
visibility: public
parameters:
- name: path
- name: data
default: '[]'
comment: '# * Get the evaluated contents of the view.
# *
# * @param string $path
# * @param array $data
# * @return string'
traits: []
interfaces: []