platform/api/laravel/Contracts/Support/Jsonable.yaml

20 lines
315 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []