/**
  * Get the class instance
  */
 public static function get_instance()
 {
     return null === self::$instance ? self::$instance = new self() : self::$instance;
 }