33 lines
688 B
YAML
33 lines
688 B
YAML
name: QueueEntityResolver
|
|
class_comment: null
|
|
dependencies:
|
|
- name: EntityNotFoundException
|
|
type: class
|
|
source: Illuminate\Contracts\Queue\EntityNotFoundException
|
|
- name: EntityResolverContract
|
|
type: class
|
|
source: Illuminate\Contracts\Queue\EntityResolver
|
|
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
|
|
|
|
# *
|
|
|
|
# * @throws \Illuminate\Contracts\Queue\EntityNotFoundException'
|
|
traits:
|
|
- Illuminate\Contracts\Queue\EntityNotFoundException
|
|
interfaces:
|
|
- EntityResolverContract
|