Ejemplo n.º 1
0
 /**
  * Returns the instance.
  *
  * @since 1.0.0
  * @access public
  * @return object
  */
 public static function get_instance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }