You are here

public function D3LibraryInfoController::setLibrary in d3.js 7

Set the current library for this handler.

File

includes/D3LibraryInfoController.inc, line 44
D3 library info controller class.

Class

D3LibraryInfoController
Base handler for library info files.

Code

public function setLibrary(&$library) {
  $this->library =& $library;
}