blend4php
v0.1
A PHP API for interacting with Galaxy
|
Public Member Functions | |
__construct (GalaxyInstance $galaxy) | |
index () | |
create ($params) | |
show ($params) | |
update ($params) | |
GalaxyGroups::__construct | ( | GalaxyInstance | $galaxy | ) |
The Groups constructor.
GalaxyInstance | $galaxy | A GalaxyInstance object. |
GalaxyGroups::create | ( | $params | ) |
Create a new group.
Corresponds to the Galaxy API method and path: POST /api/groups.
$params | An associative array containing the input parameters for this function. The following parameters are available: |
GalaxyGroups::index | ( | ) |
Displays a collection (list) of groups.
Corresponds to the Galaxy API method and path: GET /api/groups.
GalaxyGroups::show | ( | $params | ) |
Retreive information about a group.
Corresponds to the Galaxy API method and path: GET /api/groups/{encoded_group_id}
$params | An associative array containing the input parameters for this function. The following parameters are available: |
GalaxyGroups::update | ( | $params | ) |
Supports changes to a group including the name, users and roles.
Corresponds to the Galaxy API method and path: PUT /api/groups/{encoded_group_id}.
$params | An associative array containing the input parameters for this function. The following parameters are available:
|