You are here

public function Github_Api::__construct in Bibliography Module 7.2

File

modules/CiteProc/Github/Api.php, line 17

Class

Github_Api
Abstract class for Github_Api classes

Code

public function __construct(Github_Client $client) {
  $this->client = $client;
}