api/laravel/Bus/Events/BatchDispatched.yaml

26 lines
598 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: BatchDispatched
class_comment: null
dependencies:
- name: Batch
type: class
source: Illuminate\Bus\Batch
properties:
- name: batch
visibility: public
comment: '# * The batch instance.
# *
# * @var \Illuminate\Bus\Batch'
methods:
- name: __construct
visibility: public
parameters:
- name: batch
comment: "# * The batch instance.\n# *\n# * @var \\Illuminate\\Bus\\Batch\n# */\n\
# public $batch;\n# \n# /**\n# * Create a new event instance.\n# *\n# * @param\
\ \\Illuminate\\Bus\\Batch $batch\n# * @return void"
traits:
- Illuminate\Bus\Batch
interfaces: []