You are here

function biblio_handler_filter_biblio_type::construct in Bibliography Module 6

Same name and namespace in other branches
  1. 6.2 views/biblio_handler_filter_biblio_type.inc \biblio_handler_filter_biblio_type::construct()
  2. 7 views/biblio_handler_filter_biblio_type.inc \biblio_handler_filter_biblio_type::construct()
  3. 7.2 views/biblio_handler_filter_biblio_type.inc \biblio_handler_filter_biblio_type::construct()

File

views/biblio_handler_filter_biblio_type.inc, line 4

Class

biblio_handler_filter_biblio_type

Code

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