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

28 lines
370 B
YAML
Raw Normal View History

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