Esempio n. 1
0
 /**
  * Builds the NumberFormat object with specified options
  *
  * @param  array                 $config
  * @throws InvalidConfigValue
  * @throws InvalidConfigProperty
  * @return NumberFormat
  */
 public function __construct($config = array())
 {
     parent::__construct($this, $config);
 }