NftyNotification
in package
implements
NotificationInterface
Table of Contents
Interfaces
Properties
- $apiKey : mixed
- $restClient : mixed
Methods
- __construct() : mixed
- send() : bool
Properties
$apiKey
private
mixed
$apiKey
$restClient
private
mixed
$restClient
Methods
__construct()
public
__construct(RestClient $restClient, string $apiKey) : mixed
Parameters
- $restClient : RestClient
- $apiKey : string
send()
public
send(string $to, string $message) : bool
Parameters
- $to : string
- $message : string