UpdateCompanyEvent
UpdateCompanyEvent.php
:
15
Extends Event
Methods¶
__construct()
¶
UpdateCompanyEvent.php
:
29
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $updatedCompany | Company | - | - |
| $company | Company | - | - |
| $companyUpdateStruct | CompanyUpdateStruct | - | - |
| $fieldIdentifiersToValidate | array<string|int, string>|null | null | - |
getCompany()
¶
UpdateCompanyEvent.php
:
46
|
|
|
Return values
getCompanyUpdateStruct()
¶
UpdateCompanyEvent.php
:
51
|
|
|
Return values
getFieldIdentifiersToValidate()
¶
UpdateCompanyEvent.php
:
59
|
|
|
Return values
array<string|int, string>|null
getUpdatedCompany()
¶
UpdateCompanyEvent.php
:
41
|
|
|