SimpleSAML_AuthMemCookie::logoutHandler PHP 메소드

logoutHandler() 공개 정적인 메소드

This function implements the logout handler. It deletes the information from Memcache.
public static logoutHandler ( )
    public static function logoutHandler()
    {
        self::getInstance()->doLogout();
    }