You are here

class D3DataMapping in d3.js 7

Maps information from a

Hierarchy

Expanded class hierarchy of D3DataMapping

1 string reference to 'D3DataMapping'
d3_get_library_info_handlers_info in ./d3.module
Get information on all info handlers.

File

includes/D3DataMapping.inc, line 10
D3 Data mapping class.

View source
class D3DataMapping {

  /**
   * Current library to map.
   *
   * @var D3LibraryInfoController
   */
  protected $library;
  public function __construct(D3LibraryInfoController $library) {
    $this->library = $library;
  }
  public function map($rows = array()) {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
D3DataMapping::$library protected property Current library to map.
D3DataMapping::map public function 1
D3DataMapping::__construct public function