13 private $configurationsMap;
22 array $configurationsMap = []
30 throw new \InvalidArgumentException(
'Renderer should be defined.');
36 throw new \InvalidArgumentException(
'Data should be of array type.');
45 $this->configurationsMap = $configurationsMap;
57 return !isset($this->configurationsMap[$identifier])
59 : $this->configurationsMap[$identifier];
getMessageConfiguration($identifier)
__construct(array $configurationsMap=[])