platform/api/laravel/Contracts/Support/Htmlable.yaml
2024-09-02 10:44:11 -07:00

15 lines
238 B
YAML

name: Htmlable
class_comment: null
dependencies: []
properties: []
methods:
- name: toHtml
visibility: public
parameters: []
comment: '# * Get content as a string of HTML.
# *
# * @return string'
traits: []
interfaces: []