static function get_instance()
 {
     if (!self::$instance) {
         self::instance();
     }
     self::$instance = true;
 }