PHP Class CustomDefaultSender

Inheritance: implements Fenos\Notifynder\Contracts\Sender
ファイルを表示 Open project: fenos/notifynder

Protected Properties

Property Type Description
$notifications array

Public Methods

Method Description
__construct ( array $notifications, NotifynderManager $notifynder )
send ( Fenos\Notifynder\Contracts\NotifynderSender $sender ) : mixed Send notification.

Method Details

__construct() public method

public __construct ( array $notifications, NotifynderManager $notifynder )
$notifications array
$notifynder Fenos\Notifynder\NotifynderManager

send() public method

Send notification.
public send ( Fenos\Notifynder\Contracts\NotifynderSender $sender ) : mixed
$sender Fenos\Notifynder\Contracts\NotifynderSender
return mixed

Property Details

$notifications protected_oe property

protected array $notifications
return array