Copied!

HookFilter

HookFilter.php : 11

Methods

public__construct()

HookFilter.php : 21
public __construct(int $teamId[, string $typeName = 'gateway-webhook' ][, bool|null $assigned = null ][, int|null $viewForScenarioId = null ])

Parameters

Name Type Default value Description
$teamId int - -
$typeName string 'gateway-webhook' -
$assigned bool|null null -
$viewForScenarioId int|null null -

publicgetTeamId()

HookFilter.php : 33
public getTeamId() : int

Return values

int

publicgetTypeName()

HookFilter.php : 38
public getTypeName() : string

Return values

string

publicgetViewForScenarioId()

HookFilter.php : 48
public getViewForScenarioId() : int|null

Return values

int|null

publicisAssigned()

HookFilter.php : 43
public isAssigned() : bool|null

Return values

bool|null