platform/api/laravel/Foundation/Queue/Queueable.yaml

24 lines
556 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Queueable
class_comment: null
dependencies:
- name: QueueableByBus
type: class
source: Illuminate\Bus\Queueable
- name: Dispatchable
type: class
source: Illuminate\Foundation\Bus\Dispatchable
- name: InteractsWithQueue
type: class
source: Illuminate\Queue\InteractsWithQueue
- name: SerializesModels
type: class
source: Illuminate\Queue\SerializesModels
properties: []
methods: []
traits:
- Illuminate\Foundation\Bus\Dispatchable
- Illuminate\Queue\InteractsWithQueue
- Illuminate\Queue\SerializesModels
- Dispatchable
interfaces: []