PHP Класс Imbo\Resource\Images\Query

Автор: Christer Edvartsen ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

checksums() публичный Метод

Set or get the checksums filter
public checksums ( array $checksums = null ) : array | self
$checksums array Give this a value to set the property
Результат array | self

from() публичный Метод

Set or get the from attribute
public from ( integer $from = null ) : integer | self
$from integer Give this a value to set the from property
Результат integer | self

imageIdentifiers() публичный Метод

Set or get the imageIdentifiers filter
public imageIdentifiers ( array $imageIdentifiers = null ) : array | self
$imageIdentifiers array Give this a value to set the property
Результат array | self

limit() публичный Метод

Set or get the limit property
public limit ( integer $limit = null ) : integer | self
$limit integer Give this a value to set the limit property
Результат integer | self

originalChecksums() публичный Метод

Set or get the original checksums filter
public originalChecksums ( array $checksums = null ) : array | self
$checksums array Give this a value to set the property
Результат array | self

page() публичный Метод

Set or get the page property
public page ( integer $page = null ) : integer | self
$page integer Give this a value to set the page property
Результат integer | self

returnMetadata() публичный Метод

Set or get the returnMetadata flag
public returnMetadata ( boolean $returnMetadata = null ) : boolean | self
$returnMetadata boolean Give this a value to set the returnMetadata flag
Результат boolean | self

sort() публичный Метод

Set or get the sort data
public sort ( array $sort = null ) : array | self
$sort array Specify a value to set the sort property
Результат array | self

to() публичный Метод

Set or get the to attribute
public to ( integer $to = null ) : integer | self
$to integer Give this a value to set the to property
Результат integer | self