You are here

D3DataMapping.inc in d3.js 7

D3 Data mapping class.

File

includes/D3DataMapping.inc
View source
<?php

/**
 * @file
 * D3 Data mapping class.
 */

/**
 * Maps information from a
 */
class D3DataMapping {

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

}

Classes

Namesort descending Description
D3DataMapping Maps information from a