*/ abstract class LoginForm extends Form { /** * Get the authenticator class * * @return Authenticator Returns the authenticator class for this login * form. */ public abstract static function getAuthenticator(); } ?>