blend4php
v0.1
A PHP API for interacting with Galaxy
|
Public Member Functions | |
__construct (GalaxyInstance $galaxy) | |
index () | |
show ($params) | |
create ($params) | |
GalaxyRoles::__construct | ( | GalaxyInstance | $galaxy | ) |
The Roles constructor.
GalaxyInstance | $galaxy | A GalaxyInstance object. |
GalaxyRoles::create | ( | $params | ) |
Creates a new role.
Corresponds to the Galaxy Api/path: POST /api/roles
NOTE: only type admin can be applied for new roles
$params | An associative array containing the input parameters for this function. The following parameters are available: |
GalaxyRoles::index | ( | ) |
Retreive a list of all of Galaxy's roles.
Corresponds to the Galaxy API/path: GET /api/roles
GalaxyRoles::show | ( | $params | ) |
Retreive details about a specific Galaxy role.
Corresponds to the Galaxy API/path: GET /api/roles/{encoded_id}
$params | An associative array containing the input parameters for this function. The following parameters are available: |