operation__phylotree_vis_widget.inc

File

tripal_chado/includes/TripalFields/operation__phylotree_vis/operation__phylotree_vis_widget.inc
View source
  1. <?php
  2. class operation__phylotree_vis_widget extends ChadoFieldWidget {
  3. // The default lable for this field.
  4. public static $default_label = 'Phylogenetic tree visualisation';
  5. // The list of field types for which this formatter is appropriate.
  6. public static $field_types = array('operation__phylotree_vis');
  7. }