You are here

function slickgrid_editors::set_updated in Slickgrid 7.2

Same name and namespace in other branches
  1. 7 plugins/editors/handler.class.php \slickgrid_editors::set_updated()

File

plugins/editors/handler.class.php, line 94

Class

slickgrid_editors
Base class for slickgrid editor.

Code

function set_updated($id, $vid) {
  $this->updated[$id] = array(
    'vid' => $vid,
  );
}