Ejemplo n.º 1
0
 public static function test()
 {
     //Don't forget to set it as static
     global $CFG, $DB;
     $params = self::validate_parameters(self::test_parameters(), array());
     $auth = new auth_plugin_joomdle();
     $return = $auth->test();
     return $return;
 }