function views_handler_field_residues::construct
2.x views_handler_field_residues.inc | views_handler_field_residues::construct() |
3.x views_handler_field_residues.inc | views_handler_field_residues::construct() |
1.x views_handler_field_residues.inc | views_handler_field_residues::construct() |
Construct a new field handler.
Overrides views_handler_field::construct
File
- tripal_feature/
views_handlers/ views_handler_field_residues.inc, line 15 - @todo Add file header description
Class
- views_handler_field_residues
- A handler to provide proper displays for sequence residues.
Code
function construct() {
parent::construct();
$this->additional_fields['residues'] = array('table' => 'feature', 'field' => 'residues');
}