Property | Type | Description | |
---|---|---|---|
$apns | string | component name for apns | |
$errors | |||
$gcm | string | component name for gcm | |
$success |
Method | Description | |
---|---|---|
getApnsClient ( ) : bryglen\apnsgcm\Apns | ||
getGcmClient ( ) : |
||
send ( $type, $token, $text, array $payloadData = [], array $args = [] ) : null | PHP_GCM\Message | send a push notification depending on type | |
sendMulti ( $type, $tokens, $text, $payloadData = [], $args = [] ) |
public getApnsClient ( ) : bryglen\apnsgcm\Apns | ||
return | bryglen\apnsgcm\Apns |