common-gateway/zgw-to-zds-bundle
| Name | Description |
|---|---|
| __construct | |
| zgwToZdsHandler | An example handler that is triggered by an action. |
| zgwToZdsIdentificationHandler | Creates a ZDS Di02 call to the ZDS source, and takes the identification in the respons as case identifier |
| zgwToZdsInformationObjectHandler | Translate information objects to Lk01 messages and send them to a source. |
| zgwToZdsObjectIdentificationHandler | Creates a ZDS Di02 call to the ZDS source, and takes the identification in the respons as case identifier |
| zgwToZdsXmlEncodeHandler | Does an xmlEncode on the response data. (temporary solution) |
Description
__construct (void)
Parameters
This function has no parameters.
Return Values
void
Description
public zgwToZdsHandler (array $data, array $configuration)
An example handler that is triggered by an action.
Parameters
(array) $data
: The data array(array) $configuration
: The configuration arrayReturn Values
array
A handler must ALWAYS return an array
Description
public zgwToZdsIdentificationHandler (array $data, array $configuration)
Creates a ZDS Di02 call to the ZDS source, and takes the identification in the respons as case identifier
Parameters
(array) $data
: The data from the response.(array) $configuration
: The configuration for this action.Return Values
array
The resulting data array.
Description
public zgwToZdsInformationObjectHandler (array $data, array $configuration)
Translate information objects to Lk01 messages and send them to a source.
Parameters
(array) $data
: The data array(array) $configuration
: The configuration arrayReturn Values
array
The updated data array
Description
public zgwToZdsObjectIdentificationHandler (array $data, array $configuration)
Creates a ZDS Di02 call to the ZDS source, and takes the identification in the respons as case identifier
Parameters
(array) $data
: The data from the response.(array) $configuration
: The configuration for this action.Return Values
array
The resulting data array.
Description
public zgwToZdsXmlEncodeHandler (array $data, array $configuration)
Does an xmlEncode on the response data. (temporary solution)
Parameters
(array) $data
: The data array.(array) $configuration
: The configuration array.Return Values
array
The updated data array.
How can I help you explore Laravel packages today?