function hosting_package_handler_field_status::construct in Hosting 7.4
Same name and namespace in other branches
- 7.3 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();
}