Example #1
0
 /**
  * Handler for the action 'init'. Instantiates this class.
  *
  * @since   1.2.2
  * @access  public
  * @return \AdminerForWP $classobj
  */
 public static function get_object()
 {
     if (NULL === self::$classobj) {
         self::$classobj = new self();
     }
     return self::$classobj;
 }