• Full name: \App\Infrastructure\Services\Content\Workflow\Queue\ContentWorkflowEmailNotification
  • Parent class: SimpleQueue
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Properties

name

public string $name

schedule

public string $schedule

executions

public int $executions

data

protected array $data

Methods

__construct

public __construct(array{email: string, user: string, sitename: string, notification_type: string, notification_title: string, notification_message: string, action_url: string, action_label: string} $data): mixed

Parameters:

Parameter Type Description
$data array{email: string, user: string, sitename: string, notification_type: string, notification_title: string, notification_message: string, action_url: string, action_label: string}

handle

public handle(): bool

Throws: