Documentation

OrganisationController extends AbstractController
in package
implements GettableInterface

Interfaces, Classes, Traits and Enums

GettableInterface

Table of Contents

$dbc  : mixed
$mapper  : mixed
__construct()  : mixed
getAll()  : mixed
getAllHealthInsurances()  : mixed
getAllHealthInsurancesByAlphabet()  : mixed
getAllHealthInsurancesInClient()  : mixed
getAllHealthInsurancesNotInClient()  : mixed
getAllHealthInsurancesOrderedByName()  : mixed
getAllMilitaryAndAccidentAndOrganisation()  : mixed
getById()  : mixed
getHealthInsurancesByOwnerId()  : mixed
getHealthInsurancesByOwnerIdNotInClient()  : mixed
getOnlyHealthInsurancesByAlphabet()  : mixed
getOnlyIVAndHealthInsurancesByAlphabet()  : 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

Methods

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

getAllMilitaryAndAccidentAndOrganisation()

public getAllMilitaryAndAccidentAndOrganisation() : mixed
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

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

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' ]

Return values
array<string|int, mixed>

Search results