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: []