authclient\BaseOAuth composeRequestCurlOptions()

composeRequestCurlOptions() protected abstract method

Composes HTTP request CUrl options, which will be merged with the default ones.

protected abstract array composeRequestCurlOptions ( $method, $url, array $params )
$method string

Request type.

$url string

Request URL.

$params array

Request params.

return array

CUrl options.

throws yii\base\Exception

on failure.

doc_Yii
2016-10-30 16:48:58
Comments
Leave a Comment

Please login to continue.