You are here

protected function DataHandler::__construct in Data 6

Same name and namespace in other branches
  1. 8 includes/DataHandler.inc \DataHandler::__construct()
  2. 7 includes/DataHandler.inc \DataHandler::__construct()

Constructor, call indirectly through DataHandler::instance();

File

includes/DataHandler.inc, line 19
Definition of DataHandler class.

Class

DataHandler
Simple access methods to table data. Can be used on any table, not just Data managed tables.

Code

protected function __construct($table) {
  $this->table = $table;
}