api/laravel/Contracts/Support/Jsonable.yaml
2024-09-26 02:03:21 -07:00

19 lines
315 B
YAML

name: Jsonable
class_comment: null
dependencies: []
properties: []
methods:
- name: toJson
visibility: public
parameters:
- name: options
default: '0'
comment: '# * Convert the object to its JSON representation.
# *
# * @param int $options
# * @return string'
traits: []
interfaces: []