You are here

public function ddblockConfigurationSettings::__construct in Dynamic display block 7

File

./ddblock.class.php, line 19

Class

ddblockConfigurationSettings

Code

public function __construct(array $settings) {
  foreach ($settings as $key => $value) {
    $this
      ->__set($key, $value);
  }
}