You are here

function hosting_server_handler_field_services::construct in Hosting 7.4

Same name and namespace in other branches
  1. 7.3 server/includes/views/handlers/hosting_server_handler_field_services.inc \hosting_server_handler_field_services::construct()

Constructor; calls to base object constructor.

Overrides views_handler_field::construct

File

server/includes/views/handlers/hosting_server_handler_field_services.inc, line 17
Definition of hosting_server_handler_field_services.

Class

hosting_server_handler_field_services
Field handler to show services running on servers.

Code

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

  //$this->additional_fields = array('service', 'type', 'available');
}