PersonalDataSelection
Class representing the personal data selection value object
Methods
Create an instance
__construct(array $selection)
Arguments
$selection
array
Selection key-value pairs
Return whether the provided item is selected
isSelected(string $item) : boolean
Arguments
$item
string
Selection item
Response
boolean
Selection value
Properties
Selection values
selection : array
Valid selection keys
validKeys : array