api/laravel/Database/Events/ModelPruningStarting.yaml
2024-09-26 02:03:21 -07:00

21 lines
582 B
YAML

name: ModelPruningStarting
class_comment: null
dependencies: []
properties:
- name: models
visibility: public
comment: '# * The class names of the models that will be pruned.
# *
# * @var array<class-string>'
methods:
- name: __construct
visibility: public
parameters:
- name: models
comment: "# * The class names of the models that will be pruned.\n# *\n# * @var\
\ array<class-string>\n# */\n# public $models;\n# \n# /**\n# * Create a new event\
\ instance.\n# *\n# * @param array<class-string> $models\n# * @return void"
traits: []
interfaces: []