Ejemplo n.º 1
0
 /**
  * Get the current instance
  *
  * @access public
  * @static
  */
 public static function instance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new HMBKP_Services();
     }
     return self::$instance;
 }