Bånder

PurgeOldMonitorsCommand extends Command
in package
uses HandlesDateInputs

Table of Contents

Properties

$description  : string
The console command description.
$signature  : string
The name and signature of the console command.

Methods

handle()  : mixed
Execute the console command.
parseBeforeDate()  : Carbon|null

Properties

$description

The console command description.

protected string $description = 'Purge monitor records'

$signature

The name and signature of the console command.

protected string $signature = 'queue-monitor:purge {--before=} {--beforeDays=} {--beforeInterval=} {--only-succeeded} {--queue=} {--dry}'

Methods

parseBeforeDate()

public static parseBeforeDate(Command $command) : Carbon|null
Parameters
$command : Command
Return values
Carbon|null

        
On this page

Search results