api/laravel/Contracts/Queue/QueueableEntity.yaml
2024-09-26 02:03:21 -07:00

31 lines
575 B
YAML

name: QueueableEntity
class_comment: null
dependencies: []
properties: []
methods:
- name: getQueueableId
visibility: public
parameters: []
comment: '# * Get the queueable identity for the entity.
# *
# * @return mixed'
- name: getQueueableRelations
visibility: public
parameters: []
comment: '# * Get the relationships for the entity.
# *
# * @return array'
- name: getQueueableConnection
visibility: public
parameters: []
comment: '# * Get the connection of the entity.
# *
# * @return string|null'
traits: []
interfaces: []