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

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

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

Метод Описание
handlePush ( ) : mixed Parses the request for a webhook body.
isRequestOrigin ( ) : boolean Determines whether the request was for the Custom webhook.

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

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

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

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

Determines whether the request was for the Custom webhook.
public isRequestOrigin ( ) : boolean
Результат boolean