You are here

function views_handler_filter_heartbeat_perms::construct in Heartbeat 6.3

Same name and namespace in other branches
  1. 6.4 views/handlers/views_handler_filter_heartbeat_perms.inc \views_handler_filter_heartbeat_perms::construct()

File

views/handlers/views_handler_filter_heartbeat_perms.inc, line 4

Class

views_handler_filter_heartbeat_perms

Code

function construct() {
  parent::construct();
  $this->definition['numeric'] = TRUE;
}