create()
create( $request, $match)
Parameters
| $request | ||
| $match |
download(\Pluf_HTTP_Request $request, array $match) : \Pluf_HTTP_Response_File
Download content of an asset
| \Pluf_HTTP_Request | $request | |
| array | $match |
createViewQuery(\Pluf_HTTP_Request $request) : NULL|string
Creates a returns a query to get id of assets with some property about tag and category.
Valid parameters in request could be as below: include_tag : assets which have tag with determined id exclude_tag : assets which have not tag with determined id include_category : assets which exist in category with determined id exclude_category : assets which not exist in category with determined id
Returns nulll if no one mentioned parameters exist in request
| \Pluf_HTTP_Request | $request |