Documentation

BoardFunctions : string
in package

Enum with board 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

BrandManager  = 'Brand Manager'
One-off functions
CareerdevelopmentExternalAffairs  = 'Commissaris Carrièreontwikkeling en Externe Betrekkingen'
Chair  = 'Voorzitter'
Current functions
DigitalInfrastructure  = 'Commissaris Digitale Infrastructuur'
Education  = 'Commissaris Onderwijs'
ExternalAffairs  = 'Commissaris Externe Betrekkingen'
Information  = 'Commissaris Kennisbeheer'
Innovation  = 'Commissaris Innovatie'
InternalAffairs  = 'Commissaris Interne Betrekkingen'
LegacyEducation  = 'Onderwijscommissaris'
Legacy functions
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.
isLegacy()  : bool

Cases

Methods

getFunctionsArray()

Returns a list of functions (and its translations)

public static getFunctionsArray(Translator $translator[, bool $includeLegacy = true ][, bool $includeCurrent = true ]) : array<string, string>
Parameters
$translator : Translator
$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 $includeLegacy = true ][, bool $includeCurrent = true ]) : array<string|int, mixed>
Parameters
$translator : Translator
$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
string

        
On this page

Search results