You are here

function smart_ip_views_bridge_handler_field_latitude::construct in Smart IP 7.2

Same name and namespace in other branches
  1. 6.2 modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_latitude.inc \smart_ip_views_bridge_handler_field_latitude::construct()
  2. 6 modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_latitude.inc \smart_ip_views_bridge_handler_field_latitude::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/smart_ip_views_bridge/views/smart_ip_views_bridge_handler_field_latitude.inc, line 14
Contains the 'smart_ip_views_bridge_handler_field_latitude' field handler.

Class

smart_ip_views_bridge_handler_field_latitude
Field handler to display visitor's latitude.

Code

function construct() {
  parent::construct();
}