PHP Class Flarum\Event\NotificationWillBeSent

Datei anzeigen Open project: flarum/core

Public Properties

Property Type Description
$blueprint Flarum\Core\Notification\BlueprintInterface The blueprint for the notification.
$users array The users that the notification will be sent to.

Public Methods

Method Description
__construct ( Flarum\Core\Notification\BlueprintInterface $blueprint, array &$users )

Method Details

__construct() public method

public __construct ( Flarum\Core\Notification\BlueprintInterface $blueprint, array &$users )
$blueprint Flarum\Core\Notification\BlueprintInterface
$users array

Property Details

$blueprint public_oe property

The blueprint for the notification.
public BlueprintInterface,Flarum\Core\Notification $blueprint
return Flarum\Core\Notification\BlueprintInterface

$users public_oe property

The users that the notification will be sent to.
public array $users
return array