Esempio n. 1
0
function &Auth_OpenID_getDefaultNegotiator()
{
    $x = new Auth_OpenID_SessionNegotiator(Auth_OpenID_getDefaultAssociationOrder());
    return $x;
}
Esempio n. 2
0
function Auth_OpenID_getDefaultNegotiator()
{
    return new Auth_OpenID_SessionNegotiator(Auth_OpenID_getDefaultAssociationOrder());
}