Copied!

HookCreateStruct

HookCreateStruct.php : 11

Methods

public__construct()

HookCreateStruct.php : 31
public __construct(string $name, int $teamId[, string $typeName = 'gateway-webhook' ][, int|null $udt = null ][, bool $method = false ][, bool $headers = false ][, bool $stringify = false ][, int|null $connectionId = null ][, int|null $formId = null ])

Parameters

Name Type Default value Description
$name string - -
$teamId int - -
$typeName string 'gateway-webhook' -
$udt int|null null -
$method bool false -
$headers bool false -
$stringify bool false -
$connectionId int|null null -
$formId int|null null -

publicgetConnectionId()

HookCreateStruct.php : 93
public getConnectionId() : int|null

Return values

int|null

publicgetFormId()

HookCreateStruct.php : 88
public getFormId() : int|null

Return values

int|null

publicgetName()

HookCreateStruct.php : 53
public getName() : string

Return values

string

publicgetTeamId()

HookCreateStruct.php : 58
public getTeamId() : int

Return values

int

publicgetTypeName()

HookCreateStruct.php : 63
public getTypeName() : string

Return values

string

publicgetUdt()

HookCreateStruct.php : 68
public getUdt() : int|null

Return values

int|null

publicisHeaders()

HookCreateStruct.php : 78
public isHeaders() : bool

Return values

bool

publicisMethod()

HookCreateStruct.php : 73
public isMethod() : bool

Return values

bool

publicisStringify()

HookCreateStruct.php : 83
public isStringify() : bool

Return values

bool