|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | Auth_OpenID_SRegBase |
| class | Auth_OpenID_SRegRequest |
| class | Auth_OpenID_SRegResponse |
Namespaces | |
| namespace | OpenID |
Enumerations | |
| enum | Auth_OpenID_SREG_NS_URI_1_0 |
| enum | Auth_OpenID_SREG_NS_URI_1_1 |
| enum | Auth_OpenID_SREG_NS_URI |
Functions | |
| Auth_OpenID_checkFieldName ($field_name) | |
| Auth_OpenID_supportsSReg (&$endpoint) | |
Variables | |
| global | $Auth_OpenID_sreg_data_fields |
| Auth_OpenID_checkFieldName | ( | $ | field_name | ) |
Check to see that the given value is a valid simple registration data field name. Return true if so, false if not.
Definition at line 65 of file SReg.php.
References $Auth_OpenID_sreg_data_fields.
Referenced by Auth_OpenID_SRegResponse\get(), and Auth_OpenID_SRegRequest\requestField().
| Auth_OpenID_supportsSReg | ( | &$ | endpoint | ) |
| $Auth_OpenID_sreg_data_fields |
array(
'fullname' => 'Full Name',
'nickname' => 'Nickname',
'dob' => 'Date of Birth',
'email' => 'E-mail Address',
'gender' => 'Gender',
'postcode' => 'Postal Code',
'country' => 'Country',
'language' => 'Language',
'timezone' => 'Time Zone')
Import message and extension internals.
Definition at line 45 of file SReg.php.
Referenced by Auth_OpenID_checkFieldName(), and Auth_OpenID_SRegResponse\fromSuccessResponse().
1.7.5.1