PHP Класс LaravelFCM\Request\GroupRequest

Наследование: extends BaseRequest
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$notificationKey string
$notificationKeyName string
$operation string
$registrationIds array

Открытые методы

Метод Описание
__construct ( $operation, $notificationKeyName, $notificationKey, $registrationIds ) GroupRequest constructor.

Защищенные методы

Метод Описание
buildBody ( ) : array Build the header for the request

Описание методов

__construct() публичный Метод

GroupRequest constructor.
public __construct ( $operation, $notificationKeyName, $notificationKey, $registrationIds )
$operation
$notificationKeyName
$notificationKey
$registrationIds

buildBody() защищенный Метод

Build the header for the request
protected buildBody ( ) : array
Результат array

Описание свойств

$notificationKey защищенное свойство

protected string $notificationKey
Результат string

$notificationKeyName защищенное свойство

protected string $notificationKeyName
Результат string

$operation защищенное свойство

protected string $operation
Результат string

$registrationIds защищенное свойство

protected array $registrationIds
Результат array