You are here

public property DataTable::$name in Data 7

Same name and namespace in other branches
  1. 6 includes/DataTable.inc \DataTable::name

File

includes/DataTable.inc, line 42
Contains class definition for DataTable.

Class

DataTable
Manages data access and manipulation for a single data table. Use data_create_table() or data_get_table() to instantiate an object from this class.

Code

public $name, $title, $table_schema, $meta, $export_type;