static void make(
$type_uri, [
$count = 1], [
$required = false], [
$alias = null]
)
|
|
Construct an attribute information object. For parameter details, see the constructor.
Parameters:
|
|
$type_uri: |
|
|
|
$count: |
|
|
|
$required: |
|
|
|
$alias: |
|
Auth_OpenID_AX_AttrInfo Auth_OpenID_AX_AttrInfo(
string
$type_uri, int
$count, bool
$required, string
$alias
)
|
|
Construct an attribute information object. Do not call this directly; call make(...) instead.
Parameters:
|
string |
$type_uri: |
The type URI for this attribute. |
|
int |
$count: |
The number of values of this type to request. |
|
bool |
$required: |
Whether the attribute will be marked as required in the request. |
|
string |
$alias: |
The name that should be given to this attribute in the request. |
void 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.