PHP 클래스 Pimcore\Model\Asset\Listing

상속: extends Pimcore\Model\Listing\AbstractListing, implements Zend_Paginator_Adapter_Interface, implements Zend_Paginator_AdapterAggregate, implements Iterator
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$assets array List of assets
$validOrderKeys array List of valid order keys

공개 메소드들

메소드 설명
count ( ) Methods for \Zend_Paginator_Adapter_Interface
current ( )
getAssets ( ) : array
getItems ( $offset, $itemCountPerPage )
getPaginatorAdapter ( )
isValidOrderKey ( string $key ) : boolean Test if the passed key is valid
key ( )
next ( )
rewind ( ) Methods for Iterator
setAssets ( string $assets )
valid ( )

메소드 상세

count() 공개 메소드

Methods for \Zend_Paginator_Adapter_Interface
public count ( )

current() 공개 메소드

public current ( )

getAssets() 공개 메소드

public getAssets ( ) : array
리턴 array

getItems() 공개 메소드

public getItems ( $offset, $itemCountPerPage )

getPaginatorAdapter() 공개 메소드

public getPaginatorAdapter ( )

isValidOrderKey() 공개 메소드

Test if the passed key is valid
public isValidOrderKey ( string $key ) : boolean
$key string
리턴 boolean

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

Methods for Iterator
public rewind ( )

setAssets() 공개 메소드

public setAssets ( string $assets )
$assets string

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$assets 공개적으로 프로퍼티

List of assets
public array $assets
리턴 array

$validOrderKeys 공개적으로 프로퍼티

List of valid order keys
public array $validOrderKeys
리턴 array