Push
in package
FinalYes
Table of Contents
Properties
- $payload : mixed
- $queryFactory : QueryFactory
Methods
- __construct() : mixed
- sendNotification() : mixed
- sendNotificationTo() : mixed
- sendToAll() : mixed
Properties
$payload
public
mixed
$payload
$queryFactory
private
QueryFactory
$queryFactory
Methods
__construct()
public
__construct(QueryFactory $queryFactory) : mixed
Parameters
- $queryFactory : QueryFactory
sendNotification()
public
sendNotification(mixed $title, mixed $body, mixed $to) : mixed
Parameters
- $title : mixed
- $body : mixed
- $to : mixed
sendNotificationTo()
public
sendNotificationTo(mixed $title, mixed $body, mixed $uid) : mixed
Parameters
- $title : mixed
- $body : mixed
- $uid : mixed
sendToAll()
public
sendToAll(mixed $title, mixed $body) : mixed
Parameters
- $title : mixed
- $body : mixed