PHP Class Fenos\Notifynder\Senders\SendOne

Send a single notification
Inheritance: implements Fenos\Notifynder\Contracts\DefaultSender
Afficher le fichier Open project: fenos/notifynder

Protected Properties

Свойство Type Description
$infoNotification array

Méthodes publiques

Méthode Description
__construct ( $infoNotification )
send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed Send Single notification.

Méthodes protégées

Méthode Description
hasCategory ( ) : boolean Check if the category of the notification has been specified in the array of information.

Method Details

__construct() public méthode

public __construct ( $infoNotification )
$infoNotification

hasCategory() protected méthode

Check if the category of the notification has been specified in the array of information.
protected hasCategory ( ) : boolean
Résultat boolean

send() public méthode

Send Single notification.
public send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed
$sender Fenos\Notifynder\Contracts\StoreNotification
Résultat mixed

Property Details

$infoNotification protected_oe property

protected array $infoNotification
Résultat array