You are here

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

File

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

Class

views_bulk_operations_destructor
Functor to destroy view on exit.

Code

function __destruct() {
  $this->view
    ->destroy();
}