PHP Interface Fenos\Notifynder\Contracts\StoreNotification

Afficher le fichier Open project: fenos/notifynder Interface Usage Examples

Méthodes publiques

Méthode Description
storeMultiple ( array $info ) : mixed Save multiple notifications sent at once.
storeSingle ( array $info ) : Notification Save a single notification sent.

Method Details

storeMultiple() public méthode

Save multiple notifications sent at once.
public storeMultiple ( array $info ) : mixed
$info array
Résultat mixed

storeSingle() public méthode

Save a single notification sent.
public storeSingle ( array $info ) : Notification
$info array
Résultat Fenos\Notifynder\Models\Notification