PHP Class Imbo\Resource\Images\Query

Author: Christer Edvartsen ([email protected])
Show file Open project: imbo/imbo Class Usage Examples

Public Methods

Method Description
checksums ( array $checksums = null ) : array | self Set or get the checksums filter
from ( integer $from = null ) : integer | self Set or get the from attribute
imageIdentifiers ( array $imageIdentifiers = null ) : array | self Set or get the imageIdentifiers filter
limit ( integer $limit = null ) : integer | self Set or get the limit property
originalChecksums ( array $checksums = null ) : array | self Set or get the original checksums filter
page ( integer $page = null ) : integer | self Set or get the page property
returnMetadata ( boolean $returnMetadata = null ) : boolean | self Set or get the returnMetadata flag
sort ( array $sort = null ) : array | self Set or get the sort data
to ( integer $to = null ) : integer | self Set or get the to attribute

Method Details

checksums() public method

Set or get the checksums filter
public checksums ( array $checksums = null ) : array | self
$checksums array Give this a value to set the property
return array | self

from() public method

Set or get the from attribute
public from ( integer $from = null ) : integer | self
$from integer Give this a value to set the from property
return integer | self

imageIdentifiers() public method

Set or get the imageIdentifiers filter
public imageIdentifiers ( array $imageIdentifiers = null ) : array | self
$imageIdentifiers array Give this a value to set the property
return array | self

limit() public method

Set or get the limit property
public limit ( integer $limit = null ) : integer | self
$limit integer Give this a value to set the limit property
return integer | self

originalChecksums() public method

Set or get the original checksums filter
public originalChecksums ( array $checksums = null ) : array | self
$checksums array Give this a value to set the property
return array | self

page() public method

Set or get the page property
public page ( integer $page = null ) : integer | self
$page integer Give this a value to set the page property
return integer | self

returnMetadata() public method

Set or get the returnMetadata flag
public returnMetadata ( boolean $returnMetadata = null ) : boolean | self
$returnMetadata boolean Give this a value to set the returnMetadata flag
return boolean | self

sort() public method

Set or get the sort data
public sort ( array $sort = null ) : array | self
$sort array Specify a value to set the sort property
return array | self

to() public method

Set or get the to attribute
public to ( integer $to = null ) : integer | self
$to integer Give this a value to set the to property
return integer | self