WebhookType

Internal

not part of TYPO3's Core API

Table of Contents

Properties

$connectedEvent  : string|null
$description  : string
$factoryMethodName  : string
$identifier  : string
$serviceName  : string

Methods

__construct()  : mixed
getConnectedEvent()  : string|null
getDescription()  : string
getFactoryMethod()  : string
getIdentifier()  : string
getServiceName()  : string

Properties

$connectedEvent read-only

protected string|null $connectedEvent = null

$description read-only

protected string $description

$factoryMethodName read-only

protected string $factoryMethodName

$identifier read-only

protected string $identifier

$serviceName read-only

protected string $serviceName

Methods

__construct()

public __construct(string $identifier, string $description, string $serviceName, string $factoryMethodName[, string|null $connectedEvent = null ]) : mixed
Parameters
$identifier : string
$description : string
$serviceName : string
$factoryMethodName : string
$connectedEvent : string|null = null

getConnectedEvent()

public getConnectedEvent() : string|null
Return values
string|null

getDescription()

public getDescription() : string
Return values
string

getFactoryMethod()

public getFactoryMethod() : string
Return values
string

getIdentifier()

public getIdentifier() : string
Return values
string

getServiceName()

public getServiceName() : string
Return values
string

        
On this page

Search results