예제 #1
0
 /**
  * Get instance of class
  * @since 0.1.0
  */
 public static function get_instance()
 {
     NULL === self::$instance and self::$instance = new self();
     return self::$instance;
     // return the object
 }