PHP Класс REBELinBLUE\Deployer\Http\Webhooks\Webhook

Показать файл Открыть проект

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

Свойство Тип Описание
$request Illuminate\Http\Request The HTTP request object.

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

Метод Описание
__construct ( Illuminate\Http\Request $request ) Webhook constructor.
handlePush ( ) : mixed Parses the request for a push webhook body.
isRequestOrigin ( ) : boolean Determines whether the request is from a particular service.

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

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

Webhook constructor.
public __construct ( Illuminate\Http\Request $request )
$request Illuminate\Http\Request

handlePush() абстрактный публичный Метод

Parses the request for a push webhook body.
abstract public handlePush ( ) : mixed
Результат mixed Either an array of parameters for the deployment config, or false if it is invalid.

isRequestOrigin() абстрактный публичный Метод

Determines whether the request is from a particular service.
abstract public isRequestOrigin ( ) : boolean
Результат boolean

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

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

The HTTP request object.
protected Request,Illuminate\Http $request
Результат Illuminate\Http\Request