PHP 클래스 Imbo\Resource\Images\Query

저자: Christer Edvartsen ([email protected])
파일 보기 프로젝트 열기: imbo/imbo 1 사용 예제들

공개 메소드들

메소드 설명
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