You are here

function hosting_package_handler_field_status::construct in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 package/includes/views/handlers/hosting_package_handler_field_status.inc \hosting_package_handler_field_status::construct()

Constructor; calls to base object constructor.

Overrides hosting_field_handler_status::construct

File

package/includes/views/handlers/hosting_package_handler_field_status.inc, line 13

Class

hosting_package_handler_field_status
A handler for the Package status field.

Code

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