You are here

function views_handler_field_hosting_package_status::construct in Hosting 6.2

Constructor; calls to base object constructor.

Overrides views_handler_field_hosting_site_status::construct

File

package/views/views_handler_field_hosting_package_status.inc, line 13

Class

views_handler_field_hosting_package_status
A handler for the Package status field.

Code

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