Protected Attributes |
| $requiredAttributes |
| $name = 'google' |
| $title = 'Google' |
| $type = 'OpenID' |
| $jsArguments = array('popup' => array('width' => 880, 'height' => 520)) |
| $url = 'https://www.google.com/accounts/o8/id' |
| $requiredAttributes |
| $url |
| $requiredAttributes = array() |
| $name |
| $title |
| $type |
| $jsArguments = array() |
| $attributes = array() |
| $authenticated = false |
Additional Inherited Members |
| init ($component, $options=array()) |
| authenticate () |
Detailed Description
Member Function Documentation
CustomGoogleService::fetchAttributes |
( |
| ) |
|
|
protected |
Fetch attributes array.
- Returns
- boolean whether the attributes was successfully fetched.
Reimplemented from EAuthServiceBase.
Definition at line 23 of file CustomGoogleService.php.
{
$this->attributes['fullname'] = $this->attributes['name'].' '.$this->attributes['lastname'];
}
Member Data Documentation
CustomGoogleService::$requiredAttributes |
|
protected |
Initial value: array(
'name' => array('firstname', 'namePerson/first'),
'lastname' => array('lastname', 'namePerson/last'),
'email' => array('email', 'contact/email'),
'language' => array('language', 'pref/language'),
)
Definition at line 16 of file CustomGoogleService.php.
The documentation for this class was generated from the following file: