platform/api/laravel/Database/Events/ModelsPruned.yaml

31 lines
763 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ModelsPruned
class_comment: null
dependencies: []
properties:
- name: model
visibility: public
comment: '# * The class name of the model that was pruned.
# *
# * @var string'
- name: count
visibility: public
comment: '# * The number of pruned records.
# *
# * @var int'
methods:
- name: __construct
visibility: public
parameters:
- name: model
- name: count
comment: "# * The class name of the model that was pruned.\n# *\n# * @var string\n\
# */\n# public $model;\n# \n# /**\n# * The number of pruned records.\n# *\n# *\
\ @var int\n# */\n# public $count;\n# \n# /**\n# * Create a new event instance.\n\
# *\n# * @param string $model\n# * @param int $count\n# * @return void"
traits: []
interfaces: []