api/laravel/Bus/PrunableBatchRepository.yaml
2024-09-26 02:03:21 -07:00

22 lines
409 B
YAML

name: PrunableBatchRepository
class_comment: null
dependencies:
- name: DateTimeInterface
type: class
source: DateTimeInterface
properties: []
methods:
- name: prune
visibility: public
parameters:
- name: before
comment: '# * Prune all of the entries older than the given date.
# *
# * @param \DateTimeInterface $before
# * @return int'
traits:
- DateTimeInterface
interfaces: []