![]() |
blend4php
v0.1
A PHP API for interacting with Galaxy
|
Public Member Functions | |
| __construct (GalaxyInstance $galaxy) | |
| index ($params) | |
| create ($params) | |
| show ($params) | |
| update ($params) | |
| GalaxyFolderContents::__construct | ( | GalaxyInstance | $galaxy | ) |
The FolderContents constructor.
| GalaxyInstance | $galaxy | A GalaxyInstance object. |
| GalaxyFolderContents::create | ( | $params | ) |
Create a new content for specified folder
Corresponds to the Galaxy API/path at: POST /api/folders/{folder_id}/contents
| $params | An associative array containing the input parameters for this function. The following parameters are available: |
| GalaxyFolderContents::index | ( | $params | ) |
Displays all the contents of a folder.
Corresponds to the Galaxy API/path: GET /api/folders/F{folder_id}/contents.
| $params | An associative array containing the input parameters for this function. The following parameters are available: |
| GalaxyFolderContents::show | ( | $params | ) |
Retreive details of for a specified folder.
Corresponds to the Galaxy API/path: GET /api/folders/{folder_id}/
| $params | An associative array containing the input parameters for this function. The following parameters are available: |
| GalaxyFolderContents::update | ( | $params | ) |
Update the contents to a specific folder
Corresponds to the Galaxy API/PATH PUT /api/folders/{folder_id}/