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

27 lines
370 B
YAML

name: Arrayable
class_comment: null
dependencies: []
properties: []
methods:
- name: toArray
visibility: public
parameters: []
comment: '# * @template TKey of array-key
# * @template TValue
# */
# interface Arrayable
# {
# /**
# * Get the instance as an array.
# *
# * @return array<TKey, TValue>'
traits: []
interfaces: []