Skip to content

Latest commit

 

History

History
83 lines (31 loc) · 750 Bytes

LaravelFCM-Sender-BaseSender.md

File metadata and controls

83 lines (31 loc) · 750 Bytes

LaravelFCM\Sender\BaseSender

Class BaseSender

  • Class name: BaseSender
  • Namespace: LaravelFCM\Sender
  • This is an abstract class

Properties

$client

protected \Illuminate\Foundation\Application $client

Guzzle Client

  • Visibility: protected

$config

protected array $config

configuration

  • Visibility: protected

$url

protected mixed $url

url

  • Visibility: protected

Methods

__construct

mixed LaravelFCM\Sender\BaseSender::__construct()

BaseSender constructor.

  • Visibility: public

getUrl

string LaravelFCM\Sender\BaseSender::getUrl()

get the url

  • Visibility: protected
  • This method is abstract.