Protected Attributes |
| $name = 'yandex' |
| $title = 'Yandex' |
| $type = 'OpenID' |
| $jsArguments = array('popup' => array('width' => 900, 'height' => 550)) |
| $url = 'http://openid.yandex.ru/' |
| $requiredAttributes |
| $url |
| $requiredAttributes = array() |
| $name |
| $title |
| $type |
| $jsArguments = array() |
| $attributes = array() |
| $authenticated = false |
Additional Inherited Members |
| init ($component, $options=array()) |
| authenticate () |
Detailed Description
Definition at line 16 of file YandexOpenIDService.php.
Member Function Documentation
YandexOpenIDService::fetchAttributes |
( |
| ) |
|
|
protected |
Fetch attributes array.
- Returns
- boolean whether the attributes was successfully fetched.
Reimplemented from EAuthServiceBase.
Reimplemented in CustomYandexService.
Definition at line 32 of file YandexOpenIDService.php.
{
if (isset($this->attributes['username']) && !empty($this->attributes['username']))
$this->attributes['url'] = 'http://openid.yandex.ru/'.$this->attributes['username'];
}
Member Data Documentation
YandexOpenIDService::$requiredAttributes |
|
protected |
The documentation for this class was generated from the following file: