public static property sep__protocol::$default_instance_settings
Overrides ChadoField::$default_instance_settings
File
- tripal_chado/
includes/ TripalFields/ sep__protocol/ sep__protocol.inc, line 51
Class
- sep__protocol
- @class Purpose: Provide a field for Protocol (typically the protocol_id column of a Chado table).
Code
public static $default_instance_settings =[
// The DATABASE name, as it appears in chado.db. This also builds the link-out url. In most cases this will simply be the CV name. In some cases (EDAM) this will be the SUBONTOLOGY.
'term_vocabulary' 'sep'
// The name of the term.
'term_name' 'protocol'
// The unique ID (i.e. accession) of the term.
'term_accession' '00101'
// Set to TRUE if the site admin is not allowed to change the term
// type, otherwise the admin can change the term mapped to a field.
'term_fixed' FALSE
// Indicates if this field should be automatically attached to display
// or web services or if this field should be loaded separately. This
// is convenient for speed. Fields that are slow should for loading
// should have auto_attach set to FALSE so tha their values can be
// attached asynchronously.
'auto_attach' FALSE
];