Example #1
0
 /**
  * Creates or returns an instance of this class.
  * @since  0.1.0
  * @return cmb_Meta_Box_ajax A single instance of this class.
  */
 public static function get()
 {
     if (self::$instance === null) {
         self::$instance = new self();
     }
     return self::$instance;
 }