You are here

function DataViewsBulkOperationsHelper::__construct in Data 6

File

data_vbo/data_vbo.module, line 7

Class

DataViewsBulkOperationsHelper
Helper class to provide a functor as callback.

Code

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