Documentation

AbstractHealthInsurancesOrganisationController extends AbstractController
in package
implements GettableInterface Uses Log

Interfaces, Classes, Traits and Enums

GettableInterface

Table of Contents

$dbc  : mixed
$mapper  : mixed
$organisationController  : mixed
__construct()  : mixed
getAll()  : mixed
getAllInsurancesForDisabled()  : mixed
getAllOrderedByName()  : mixed
getById()  : mixed
getDisabledAndHealthInsurances()  : mixed
getNotInHealthInsurance()  : mixed
getOnlyHealthInsurance()  : mixed
getOnlyMilitaryAndAccidentInsurance()  : mixed
fetchMilitaryAndAccidentInsuranceAndOrganisation()  : mixed
fetchOnlyOrganisationHealthInsuranceAlphabetically()  : mixed
fetchOnlyOrganisationIVHealthInsuranceAlphabetically()  : mixed
fetchOrganisationHealthInsuraceAlphabetically()  : array<string|int, mixed>
fetchOrganisationHealthInsurance()  : array<string|int, mixed>
fetchOrganisationHealthInsuranceByOwnerId()  : mixed
fetchOrganisationHealthInsuranceByOwnerIdNotInClient()  : mixed
fetchOrganisationHealthInsuranceInClient()  : mixed
fetchOrganisationHealthInsuranceNotInClient()  : mixed
getDBC()  : mixed
initDB()  : mixed
mayBeFetchOnlyDisabledPeopleInsuranceAlphabetically()  : mixed
nameFormatter()  : mixed
packAsIdName()  : array<string|int, mixed>
packHealthInsuranceAsIdName()  : 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
packOrganisationAsIdName()  : mixed

Properties

Methods

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