|
Tripal
|


Public Member Functions | |
| isFieldSupported ($field, $instance) | |
Public Member Functions inherited from TripalFieldDownloader | |
| __construct ($collection_id, $outfile_name) | |
| getURL () | |
| delete () | |
| writeInit (TripalJob $job=NULL) | |
| writeEntity ($entity, TripalJob $job=NULL) | |
| writeDone (TripalJob $job=NULL) | |
| write (TripalJob $job=NULL) | |
| download () | |
Static Public Attributes | |
| static | $label = 'TAB' |
| static | $full_label = 'Tab delimited' |
| static | $default_extension = 'txt' |
Static Public Attributes inherited from TripalFieldDownloader | |
| static | $label = 'Generic' |
| static | $full_label = 'Generic File format' |
| static | $default_extension = 'txt' |
Protected Member Functions | |
| formatEntity ($entity) | |
| getHeader () | |
Protected Member Functions inherited from TripalFieldDownloader | |
| setFields () | |
| setFields2Terms () | |
| setPrintableFields () | |
Additional Inherited Members | |
Protected Attributes inherited from TripalFieldDownloader | |
| $collection = NULL | |
| $collection_id = NULL | |
| $collection_bundles = NULL | |
| $outfile = '' | |
| $printable_fields = [] | |
| $remote_entity = '' | |
| $fields2terms = [] | |
| $fields = [] | |
| $fh | |
|
protected |
Reimplemented from TripalFieldDownloader.
|
protected |
Reimplemented from TripalFieldDownloader.
| TripalTabDownloader::isFieldSupported | ( | $field, | |
| $instance | |||
| ) |
Reimplemented from TripalFieldDownloader.
|
static |
Indicates the default extension for the outputfile.
|
static |
A more verbose label that better describes the formatter.
|
static |
Sets the label shown to the user describing this formatter. It should be a short identifier. Use the $full_label for a more descriptive label.