PHP Класс AP_OP_StoreRequest

Показать файл Открыть проект

Открытые методы

Метод Описание
createStoreRequest ( &$auth_request, &$attributeProvider, string $attribute, string $value, string $openid ) : &Auth_OpenID_AuthRequest Creates store request and adds it as an extension to AuthRequest object passed to it.

Описание методов

createStoreRequest() статический публичный Метод

Creates store request and adds it as an extension to AuthRequest object passed to it.
static public createStoreRequest ( &$auth_request, &$attributeProvider, string $attribute, string $value, string $openid ) : &Auth_OpenID_AuthRequest
$attribute string - The attribute name being asserted.
$value string - The attribute value being asserted.
$openid string - Openid of the entity being asserted.
Результат &Auth_OpenID_AuthRequest