platform/api/laravel/Contracts/Database/Eloquent/Castable.yaml
2024-09-02 10:44:11 -07:00

19 lines
430 B
YAML

name: Castable
class_comment: null
dependencies: []
properties: []
methods:
- name: castUsing
visibility: public
parameters:
- name: arguments
comment: '# * Get the name of the caster class to use when casting from / to this
cast target.
# *
# * @param array $arguments
# * @return class-string<CastsAttributes|CastsInboundAttributes>|CastsAttributes|CastsInboundAttributes'
traits: []
interfaces: []