Copied!

ParseEvent

ParseEvent.php : 13
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

ParseEvent.php : 22
public __construct(mixed $valueObject, array<string|int, mixed> $data, string $mediaType)

Parameters

Name Type Default value Description
$valueObject mixed - -
$data array<string|int, mixed> - -
$mediaType string - -

publicgetData()

ParseEvent.php : 32
public getData() : array<string|int, mixed>

Return values

array<string|int, mixed>

publicgetMediaType()

ParseEvent.php : 37
public getMediaType() : string

Return values

string

publicgetValueObject()

ParseEvent.php : 42
public getValueObject() : mixed