Ejemplo n.º 1
0
 public function __construct($module, $options = [])
 {
     $this->set_module($module);
     \Ubik\Options::setup($this->module, $options, $this->defaults, $this->validate($options));
     $this->register();
 }