UpdateApplicationEvent
UpdateApplicationEvent.php
:
15
Extends Event
Methods¶
__construct() ¶
UpdateApplicationEvent.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$updatedApplication | Application | - | - |
$application | Application | - | - |
$applicationUpdateStruct | ApplicationUpdateStruct | - | - |
$fieldIdentifiersToValidate | array<string|int, string>|null | null | - |
getApplication() ¶
UpdateApplicationEvent.php
:
46
|
|
Return values
getApplicationUpdateStruct() ¶
UpdateApplicationEvent.php
:
51
|
|
Return values
getFieldIdentifiersToValidate() ¶
UpdateApplicationEvent.php
:
59
|
|
Return values
array<string|int, string>|null
getUpdatedApplication() ¶
UpdateApplicationEvent.php
:
41
|
|