Property | Type | Description | |
---|---|---|---|
$_params | Request params |
Method | Description | |
---|---|---|
getParams ( ) : array | Getting attribute exchange extension | |
parseResponse ( array $params ) : boolean | Parses OpenId 'checkid_immediate' or 'checkid_setup' request, extracts SREG variables and sets object properties to corresponding values. | |
prepareRequest ( &$params ) : boolean | Method to add additional data to OpenId 'checkid_immediate' or 'checkid_setup' request. This method addes nothing but inherited class may add additional data into request. | |
setParams ( array $params = [] ) : array | Setting attribute exchange extension |
public parseResponse ( array $params ) : boolean | ||
$params | array | request's var/val pairs |
return | boolean |
public prepareRequest ( &$params ) : boolean | ||
return | boolean |