Auth_OpenID_AssociateRequest::__construct PHP Method

__construct() public method

public __construct ( $session, $assoc_type )
    function __construct($session, $assoc_type)
    {
        $this->session = $session;
        $this->namespace = Auth_OpenID_OPENID2_NS;
        $this->assoc_type = $assoc_type;
    }