You are here

public function Github_HttpClientInterface::setOption in Bibliography Module 7.2

Change an option value.

Parameters

string $name The option name:

mixed $value The value:

Return value

Github_HttpClientInterface The current object instance

1 method overrides Github_HttpClientInterface::setOption()
Github_HttpClient::setOption in modules/CiteProc/Github/HttpClient.php
Change an option value.

File

modules/CiteProc/Github/HttpClientInterface.php, line 43

Class

Github_HttpClientInterface
Performs requests on GitHub API. API documentation should be self-explanatory.

Code

public function setOption($name, $value);