Skip to content

Latest commit

 

History

History
245 lines (122 loc) · 3.88 KB

File metadata and controls

245 lines (122 loc) · 3.88 KB

CommonGateway\FirstRegistrationBundle\Service\FirstRegistrationService

Methods

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.

FirstRegistrationService::__construct

Description

 __construct (void)

Parameters

This function has no parameters.

Return Values

void


FirstRegistrationService::firstRegistrationHandler

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


FirstRegistrationService::getRolValues

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.


FirstRegistrationService::getZaakEigenschappenValues

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.


FirstRegistrationService::getZaaktype

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.


FirstRegistrationService::removeSelf

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.


FirstRegistrationService::sendFirstRegistration

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


FirstRegistrationService::zgwToFirstRegistrationHandler

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