PHP Interface Fenos\Notifynder\Contracts\StoreNotification

Datei anzeigen Open project: fenos/notifynder Interface Usage Examples

Public Methods

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

Method Details

storeMultiple() public method

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

storeSingle() public method

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