api/laravel/Queue/Console/FlushFailedCommand.yaml
2024-09-26 02:03:21 -07:00

37 lines
1 KiB
YAML

name: FlushFailedCommand
class_comment: null
dependencies:
- name: Command
type: class
source: Illuminate\Console\Command
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
properties:
- name: signature
visibility: protected
comment: '# * The console command name.
# *
# * @var string'
- name: description
visibility: protected
comment: '# * The console command description.
# *
# * @var string'
methods:
- name: handle
visibility: public
parameters: []
comment: "# * The console command name.\n# *\n# * @var string\n# */\n# protected\
\ $signature = 'queue:flush {--hours= : The number of hours to retain failed job\
\ data}';\n# \n# /**\n# * The console command description.\n# *\n# * @var string\n\
# */\n# protected $description = 'Flush all of the failed queue jobs';\n# \n#\
\ /**\n# * Execute the console command.\n# *\n# * @return void"
traits:
- Illuminate\Console\Command
- Symfony\Component\Console\Attribute\AsCommand
interfaces: []