blend4php  v0.1
A PHP API for interacting with Galaxy
 All Classes Functions Variables Pages
GalaxyDatatypes Class Reference

Public Member Functions

 __construct (GalaxyInstance $galaxy)
 
 sniffers ()
 
 converters ()
 
 edamFormats ()
 
 mapping ()
 
 index ()
 

Constructor & Destructor Documentation

GalaxyDatatypes::__construct ( GalaxyInstance  $galaxy)

The DataTypes constructor.

Parameters
GalaxyInstance$galaxyA GalaxyInstance object.
Returns
An instance of a Datatypes object.

Member Function Documentation

GalaxyDatatypes::converters ( )

Retreive a list of all datatype converters.

Corresponds to the Galaxy API/Path: GET /api/datatypes/converters

Returns
An array containing converters of all datatypes
GalaxyDatatypes::edamFormats ( )

Retreive a list of all datatypes in the edam format.

Corresponds to the Galaxy API/Path: GET /api/datatypes/edam_formats

Returns
An array containing all datatypes in edam_format.
GalaxyDatatypes::index ( )

Retreive a list of all datatypes

Corresponds to the Galaxy API/Path: GET /api/datatypes/

Returns
An array containing all datatypes
GalaxyDatatypes::mapping ( )

Retreive a list of all datatypes in mapping.

Corresponds to the Galaxy API/Path: GET /api/datatypes/mapping.

Returns
An array containing all datatypes in mapping.
GalaxyDatatypes::sniffers ( )

Retreive a list of all datatype sniffers.

Corresponds to the Galaxy API/Path: GET /api/datatypes/sniffers

Returns
An array containing sniffers of all datatypes

The documentation for this class was generated from the following file: