OrganisationController
extends AbstractController
in package
implements
GettableInterface
Interfaces, Classes, Traits and Enums
Table of Contents
- $dbc : mixed
- $mapper : mixed
- __construct() : mixed
- getAll() : mixed
- getAllHealthInsurances() : mixed
- getAllHealthInsurancesByAlphabet() : mixed
- getAllHealthInsurancesInClient() : mixed
- getAllHealthInsurancesNotInClient() : mixed
- getAllHealthInsurancesOrderedByName() : mixed
- getAllInsurancesFromOrganisationGetByLawCodeFromHS() : mixed
- getAllMilitaryAndAccidentAndOrganisation() : mixed
- getById() : mixed
- getHealthInsurancesByOwnerId() : mixed
- getHealthInsurancesByOwnerIdNotInClient() : mixed
- getOnlyHealthInsurancesByAlphabet() : mixed
- getOnlyIVAndHealthInsurancesByAlphabet() : mixed
- getPreviousSavedInsuranceAndHealthInsurancesByLawCode() : mixed
- mayBeAnInvalidPeopleInsurance() : bool
- mayBeGetDisabledPeopleInsurancesByAlphabet() : mixed
- mayBeGetOldInsuranceLegalCategorisation() : string
- getDBC() : mixed
- initDB() : mixed
- packObjectAsValueName() : array<string|int, mixed>
- TODO is it the right place to lay this mehtod? packObjectAsValueName use it to prepare data for select boxes
Properties
$dbc
protected
mixed
$dbc
$mapper
protected
mixed
$mapper
Methods
__construct()
public
__construct() : mixed
Return values
mixed —getAll()
public
getAll() : mixed
Return values
mixed —getAllHealthInsurances()
public
getAllHealthInsurances() : mixed
Return values
mixed —getAllHealthInsurancesByAlphabet()
public
getAllHealthInsurancesByAlphabet() : mixed
Return values
mixed —getAllHealthInsurancesInClient()
public
getAllHealthInsurancesInClient() : mixed
Return values
mixed —getAllHealthInsurancesNotInClient()
public
getAllHealthInsurancesNotInClient() : mixed
Return values
mixed —getAllHealthInsurancesOrderedByName()
public
getAllHealthInsurancesOrderedByName() : mixed
Return values
mixed —getAllInsurancesFromOrganisationGetByLawCodeFromHS()
public
getAllInsurancesFromOrganisationGetByLawCodeFromHS(int $lawCode) : mixed
Parameters
- $lawCode : int
Return values
mixed —getAllMilitaryAndAccidentAndOrganisation()
public
getAllMilitaryAndAccidentAndOrganisation() : mixed
Return values
mixed —getById()
public
getById(int $id) : mixed
Parameters
- $id : int
Return values
mixed —getHealthInsurancesByOwnerId()
public
getHealthInsurancesByOwnerId(int $id) : mixed
Parameters
- $id : int
Return values
mixed —getHealthInsurancesByOwnerIdNotInClient()
public
getHealthInsurancesByOwnerIdNotInClient(int $id) : mixed
Parameters
- $id : int
Return values
mixed —getOnlyHealthInsurancesByAlphabet()
public
getOnlyHealthInsurancesByAlphabet() : mixed
Return values
mixed —getOnlyIVAndHealthInsurancesByAlphabet()
public
getOnlyIVAndHealthInsurancesByAlphabet() : mixed
Return values
mixed —getPreviousSavedInsuranceAndHealthInsurancesByLawCode()
public
getPreviousSavedInsuranceAndHealthInsurancesByLawCode(int $oldInsuranceId, int $lawCode) : mixed
Parameters
- $oldInsuranceId : int
- $lawCode : int
Return values
mixed —mayBeAnInvalidPeopleInsurance()
public
mayBeAnInvalidPeopleInsurance(int $id) : bool
Parameters
- $id : int
Return values
bool —mayBeGetDisabledPeopleInsurancesByAlphabet()
public
mayBeGetDisabledPeopleInsurancesByAlphabet() : mixed
Return values
mixed —mayBeGetOldInsuranceLegalCategorisation()
public
mayBeGetOldInsuranceLegalCategorisation(int $id) : string
Parameters
- $id : int
Return values
string —getDBC()
protected
getDBC() : mixed
Return values
mixed —initDB()
protected
initDB() : mixed
Return values
mixed —packObjectAsValueName()
TODO is it the right place to lay this mehtod? packObjectAsValueName use it to prepare data for select boxes
protected
packObjectAsValueName(object $domainObject, array<string|int, mixed> $fields) : array<string|int, mixed>
Parameters
- $domainObject : object
- $fields : array<string|int, mixed>
-
[ 'value' => 'variable-displayed-as-the-option-value' 'name' => 'The variable for the option text displayed on the page' ]