PHP Class Fenos\Notifynder\Senders\SendMultiple

Send multiple categories
Inheritance: implements Fenos\Notifynder\Contracts\DefaultSender
Datei anzeigen Open project: fenos/notifynder

Protected Properties

Property Type Description
$infoNotifications array

Public Methods

Method Description
__construct ( $infoNotifications )
send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed Send multiple notifications.

Method Details

__construct() public method

public __construct ( $infoNotifications )
$infoNotifications

send() public method

Send multiple notifications.
public send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed
$sender Fenos\Notifynder\Contracts\StoreNotification
return mixed

Property Details

$infoNotifications protected_oe property

protected array $infoNotifications
return array