platform/api/laravel/Contracts/Database/Eloquent/Castable.yaml

20 lines
430 B
YAML
Raw Normal View History

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