api/laravel/Contracts/Queue/EntityResolver.yaml

22 lines
332 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: EntityResolver
class_comment: null
dependencies: []
properties: []
methods:
- name: resolve
visibility: public
parameters:
- name: type
- name: id
comment: '# * Resolve the entity for the given ID.
# *
# * @param string $type
# * @param mixed $id
# * @return mixed'
traits: []
interfaces: []