Method | Description | |
---|---|---|
executeQuery ( $request_type ) |
Method | Description | |
---|---|---|
get ( integer $per_page ) : array | runs a query on the get request results | |
getCollection ( ) : Illuminate\Database\Eloquent\Model | getCollection - first this method loops through an array of objects that are sub-classes of the Indatus\Ranger\ApiDatabase\QueryBuilding\ApiQueryBuilder and runs the buildQueryFromParameters() method on each of them. | |
post ( ) | In collection because I want to add an instance to a collection This could go to the InstanceQuery class instead |
Method | Description | |
---|---|---|
_buildNestedResource ( ) : Illuminate\Database\Eloquent\Model | _buildNestedResource handles nested resource by formatting it |
protected getCollection ( ) : Illuminate\Database\Eloquent\Model | ||
return | Illuminate\Database\Eloquent\Model | | Illuminate\Database\Eloquent\Builder |
protected post ( ) |