PHP Class LaravelFCM\Sender\HTTPSender

Show file Open project: brozot/laravel-fcm

Protected Properties

Property Type Description
$client GuzzleHttp\ClientInterface The client used to send messages.
$url string The URL entry point.

Public Methods

Method Description
__construct ( GuzzleHttp\ClientInterface $client, string $url ) Initializes a new sender object.

Method Details

__construct() public method

Initializes a new sender object.
public __construct ( GuzzleHttp\ClientInterface $client, string $url )
$client GuzzleHttp\ClientInterface
$url string

Property Details

$client protected property

The client used to send messages.
protected ClientInterface,GuzzleHttp $client
return GuzzleHttp\ClientInterface

$url protected property

The URL entry point.
protected string $url
return string