| Name | Description |
|---|---|
| __construct | |
| firstRegistrationHandler | A first registration handler that is triggered by an action. |
| getRolValues | Gets the values from the zaakEigenschappen of the zaak. |
| getZaakEigenschappenValues | Gets the values from the zaakEigenschappen of the zaak. |
| getZaaktype | Gets the zaaktype object from the zaak. |
| removeSelf | Recursively removes self parameters from object. |
| sendFirstRegistration | A first registration handler that is triggered by an action. |
| zgwToFirstRegistrationHandler | A first registration handler that is triggered by an action. |
Description
__construct (void)Parameters
This function has no parameters.
Return Values
void
Description
public firstRegistrationHandler (array $data, array $configuration)A first registration handler that is triggered by an action.
Parameters
(array) $data: The data array(array) $configuration: The configuration array
Return Values
array
A handler must ALWAYS return an array
Description
public getRolValues (\ObjectEntity $zaaktypeObject, \ObjectEntity $zaakObject)Gets the values from the zaakEigenschappen of the zaak.
Parameters
(\ObjectEntity) $zaaktypeObject: The zaaktype object of the zaak.(\ObjectEntity) $zaakObject: The zaak object.
Return Values
array
The values of the zaakEigenschappen.
Description
public getZaakEigenschappenValues (\ObjectEntity $zaaktypeObject, \ObjectEntity $zaakObject)Gets the values from the zaakEigenschappen of the zaak.
Parameters
(\ObjectEntity) $zaaktypeObject: The zaaktype object of the zaak.(\ObjectEntity) $zaakObject: The zaak object.
Return Values
array
The values of the zaakEigenschappen.
Description
public getZaaktype (void)Gets the zaaktype object from the zaak.
Parameters
This function has no parameters.
Return Values
\ObjectEntity|null
The zaaktype from the zaak.
Description
public removeSelf (array $object)Recursively removes self parameters from object.
Parameters
(array) $object: The object to remove self parameters from.
Return Values
array
The cleaned object.
Description
public sendFirstRegistration (array $data, array $configuration)A first registration handler that is triggered by an action.
Parameters
(array) $data: The data array(array) $configuration: The configuration array
Return Values
array
A handler must ALWAYS return an array
Description
public zgwToFirstRegistrationHandler (array $data, array $configuration)A first registration handler that is triggered by an action.
Parameters
(array) $data: The data array(array) $configuration: The configuration array
Return Values
array
A handler must ALWAYS return an array