Property | Type | Description | |
---|---|---|---|
$mode |
Method | Description | |
---|---|---|
__construct ( $update_url = null ) | ||
add ( $attribute ) : true | Add an attribute to this attribute exchange request. | |
contains ( $type_uri ) | Is the given type URI present in this fetch_request? | |
fromOpenIDRequest ( $request ) | Extract a FetchRequest from an OpenID message | |
getExtensionArgs ( ) | Get the serialized form of this attribute fetch request. | |
getRequiredAttrs ( ) : A | Get the type URIs for all attributes that have been marked as required. | |
iterAttrs ( ) | Iterate over the AttrInfo objects that are contained in this fetch_request. | |
iterTypes ( ) | ||
parseExtensionArgs ( $ax_args ) | Given attribute exchange arguments, populate this FetchRequest. |
public add ( $attribute ) : true | ||
return | true | on success, false when the requested attribute is already present in this fetch request. |
public contains ( $type_uri ) |
static public fromOpenIDRequest ( $request ) |
public getExtensionArgs ( ) |
public getRequiredAttrs ( ) : A | ||
return | A | list of the type URIs for attributes that have been marked as required. |
public iterAttrs ( ) |
public parseExtensionArgs ( $ax_args ) |