Ejemplo n.º 1
0
 /**
  * Registers an instance of scbOptions as the options handler
  * Warning: Only use if you know what you're doing
  *
  * @param  scbOptions $options Instance of scbOptions
  * @return void
  */
 public static function register_options($options)
 {
     self::$options = $options;
 }