PHP Class Imbo\Resource\GlobalImages
This resource will let users fetch images based on queries. The following query parameters can
be used:
page => Page number. Defaults to 1
limit => Limit to a number of images pr. page. Defaults to 20
metadata => Whether or not to include metadata pr. image. Set to 1 to enable
from => Unix timestamp to fetch from
to => Unit timestamp to fetch to
Datei anzeigen
Open project: imbo/imbo
Public Methods
Method Details
getAllowedMethods()
public method
getImages()
public method
Handle GET and HEAD requests
public getImages ( Imbo\EventManager\EventInterface $event ) |
$event |
Imbo\EventManager\EventInterface |
The current event |
getSubscribedEvents()
public static method