示例#1
0
 /**
  * Returns the name of the authentication class being used.
  *
  * @return string
  */
 public function getClassName()
 {
     return XenForo_Application::resolveDynamicClassToRoot($this);
 }