common-gateway/sim-tax-to-zgw-bundle
| Name | Description |
|---|---|
| __construct | |
| createBezwaar | Create a bezwaar object based on the input. |
| createResponse | Creates a response based on content. |
| getAanslag | Get a single aanslag object based on the input. |
| getAanslagen | Get aanslagen objects based on the input. |
| simTaxHandler | An example handler that is triggered by an action. |
Description
__construct (void)
Parameters
This function has no parameters.
Return Values
void
Description
public createBezwaar (array $kennisgevingsBericht)
Create a bezwaar object based on the input.
Parameters
(array) $kennisgevingsBericht
: The kennisgevingsBericht content from the body of the current request.Return Values
\Response
Description
public createResponse (array $content, int $status)
Creates a response based on content.
Parameters
(array) $content
: The content to incorporate in the response(int) $status
: The status code of the responseReturn Values
\Response
Description
public getAanslag (array $vraagBericht)
Get a single aanslag object based on the input.
Parameters
(array) $vraagBericht
: The vraagBericht content from the body of the current request.Return Values
\Response
Description
public getAanslagen (array $vraagBericht)
Get aanslagen objects based on the input.
Parameters
(array) $vraagBericht
: The vraagBericht content from the body of the current request.Return Values
\Response
Description
public simTaxHandler (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
How can I help you explore Laravel packages today?