You are here

public function D3LibraryInfoProcessor::setKeys in d3.js 7

Set the info file keys to be processed.

File

includes/D3LibraryInfoProcessor.inc, line 67
D3 .info file processor class.

Class

D3LibraryInfoProcessor
Parse additional information from library .info files.

Code

public function setKeys($keys) {
  $this->keys = $keys;
}