Example #1
0
 public static function admin_call($method)
 {
     self::$admin = WPIMAdmin::getInstance();
     self::$admin->{$method}();
 }