Example #1
0
 /**
  * Construtor.
  *
  * @param string[] $config
  * @throws IllegalArgumentException
  * */
 public function __construct(array $config = array())
 {
     parent::__construct($config, NULL);
     $this->_valid($config);
 }