메소드 |
설명 |
|
__call ( $name, $arguments ) : mixed |
When calling a not existing method
try to resolve with an extended. |
|
__construct ( SenderFactory $senderFactory, Fenos\Notifynder\Contracts\StoreNotification $storeNotification, Illuminate\Contracts\Container\Container $container ) |
|
|
customSender ( $customMethod, $notification ) : mixed |
Call a custom method. |
|
extend ( $name, callable $extendSender ) |
This method allow to Extend
notifynder with custom sender. |
|
send ( array $info, null $category = null ) : mixed |
Send any notifications. |
|
sendGroup ( $groupName, array $info = [] ) : mixed |
Send a group of notifications
at once. |
|
sendMultiple ( $info ) : SendMultiple |
Send Multiple method to get fully working
older version. |
|
sendNow ( array $info, $category = null ) : mixed |
Send now whatever data passed. |
|
sendOne ( $info, $category = null ) : SendOne |
Send one method to get fully working
older version. |
|