Свойство | Type | Description | |
---|---|---|---|
$notifynderGroup | Fenos\Notifynder\Contracts\NotifynderGroup |
Méthode | Description | |
---|---|---|
__construct ( Fenos\Notifynder\Contracts\NotifynderGroup $notifynderGroup, Fenos\Notifynder\Contracts\NotifynderCategory $notifynderCategory ) | ||
getSender ( array $infoNotifications, $category = null ) : |
Get the right sender when the data is passed. | |
sendGroup ( string $groupName, array $info ) : |
Get the the send group instance. | |
sendMultiple ( array $infoNotifications ) : |
Send Multiple Notification Sender. | |
sendSingle ( array $infoNotifications, $category ) : |
Send Single Notification Sender. |
Méthode | Description | |
---|---|---|
isMultiArray ( array $arr ) : boolean | Check if the array passed is multidimensional. |
public __construct ( Fenos\Notifynder\Contracts\NotifynderGroup $notifynderGroup, Fenos\Notifynder\Contracts\NotifynderCategory $notifynderCategory ) | ||
$notifynderGroup | Fenos\Notifynder\Contracts\NotifynderGroup | |
$notifynderCategory | Fenos\Notifynder\Contracts\NotifynderCategory |
protected isMultiArray ( array $arr ) : boolean | ||
$arr | array | |
Résultat | boolean |
public sendMultiple ( array $infoNotifications ) : |
||
$infoNotifications | array | |
Résultat |
public sendSingle ( array $infoNotifications, $category ) : |
||
$infoNotifications | array | |
$category | ||
Résultat |