23 public function get(
$key, $defaultValue = null)
29 return $this->configuration[
$key];
34 return array_key_exists(
$key, $this->configuration);
Create styles array
The data for the language used.
Default implementation for configuration.
has($key)
Query for whether or not the configuration has a value for the key.
__construct(array $configuration)