You are here

function views_bulk_operations_destructor::__construct in Views Bulk Operations (VBO) 6

File

./views_bulk_operations.module, line 2142
Allows operations to be performed on items selected in a view.

Class

views_bulk_operations_destructor
Functor to destroy view on exit.

Code

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