You are here

function smart_ip_views_bridge_handler_field_longitude::construct in Smart IP 6

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

File

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

Class

smart_ip_views_bridge_handler_field_longitude
Field handler to display visitor's longitude.

Code

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