blend4php
v0.1
A PHP API for interacting with Galaxy
|
Public Member Functions | |
__construct (GalaxyInstance $galaxy) | |
create ($query) | |
GalaxySearch::__construct | ( | GalaxyInstance | $galaxy | ) |
Implements the Search constructor.
GalaxyInstance | $galaxy | A Galaxy Instance object. |
GalaxySearch::create | ( | $query | ) |
Performs a search of the various elements in Galaxy.
Corresponds to the galaxy method/path: Post /api/search
$query | Must be a valid, lowercase, SQL expression, example: 'select * from history where id = \'290670ee50ab85f0\'' |