You are here

function views_handler_field_last_inventory_timestamp::construct in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Construct a new field handler.

Overrides views_handler_field::construct

File

merci_inventory/views/handlers/views_handler_field_last_inventory_timestamp.inc, line 14
Definition of views_handler_field_last_comment_timestamp.

Class

views_handler_field_last_inventory_timestamp
Field handler to display the timestamp of a comment with the count of comments.

Code

function construct() {
  parent::construct();
  $this->additional_fields['inventory_count'] = 'inventory_count';
}