InstallationFunctions
: string
in package
Enum with organ functions The values are in Dutch, because decisions are made in Dutch and thus this value is guaranteed to not change
Table of Contents
Cases
- Chair = 'Voorzitter'
- Current functions
- FoosballCoordinator = 'Tafelvoetbalcoordinator'
- Legacy functions
- InactiveMember = 'Inactief Lid'
- Member = 'Lid'
- Administrative functions
- Opperhoofd = 'Opperhoofd'
- ProcurementOfficer = 'Inkoper'
- PrOfficer = 'PR-Functionaris'
- Secretary = 'Secretaris'
- Treasurer = 'Penningmeester'
- ViceChair = 'Vice-Voorzitter'
Methods
- getFunctionsArray() : array<string, string>
- Returns a list of functions (and its translations)
- getMultilangArray() : array<string|int, mixed>
- Returns a list of functions (and its translations)
- getName() : string
- Give the function name with the given translation. If no translator is given, we return the default language.
- isAdministrative() : bool
- isLegacy() : bool
Cases
Chair
Current functions
Secretary
Treasurer
ViceChair
Opperhoofd
PrOfficer
FoosballCoordinator
Legacy functions
ProcurementOfficer
Member
Administrative functions
InactiveMember
Methods
getFunctionsArray()
Returns a list of functions (and its translations)
public
static getFunctionsArray(Translator $translator[, bool $includeAdministrative = true ][, bool $includeLegacy = true ][, bool $includeCurrent = true ]) : array<string, string>
Parameters
- $translator : Translator
- $includeAdministrative : bool = true
- $includeLegacy : bool = true
- $includeCurrent : bool = true
Return values
array<string, string>getMultilangArray()
Returns a list of functions (and its translations)
public
static getMultilangArray(Translator $translator[, bool $includeAdministrative = true ][, bool $includeLegacy = true ][, bool $includeCurrent = true ]) : array<string|int, mixed>
Parameters
- $translator : Translator
- $includeAdministrative : bool = true
- $includeLegacy : bool = true
- $includeCurrent : bool = true
Return values
array<string|int, mixed>getName()
Give the function name with the given translation. If no translator is given, we return the default language.
public
getName(Translator|null $translator[, Languages|null $language = null ]) : string
Parameters
- $translator : Translator|null
- $language : Languages|null = null
Return values
stringisAdministrative()
public
isAdministrative() : bool
Return values
boolisLegacy()
public
isLegacy() : bool