Class Auth_OpenID_AX_AttrInfo
Represents a single attribute in an attribute exchange request. This should be added to an AXRequest object in order to request the attribute.
public
|
#
Auth_OpenID_AX_AttrInfo( string $type_uri, integer $count, boolean $required, string $alias )
Construct an attribute information object. Do not call this directly; call make(...) instead. |
public static
|
|
public
|
#
wantsUnlimitedValues( )
When processing a request for this attribute, the OP should call this method to determine whether all available attribute values were requested. If self.count == UNLIMITED_VALUES, this returns True. Otherwise this returns False, in which case self.count is an integer. |