PHP Class Pimcore\Model\Asset\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing, implements Zend_Paginator_Adapter_Interface, implements Zend_Paginator_AdapterAggregate, implements Iterator
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$assets array List of assets
$validOrderKeys array List of valid order keys

Méthodes publiques

Méthode Description
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 ( )

Method Details

count() public méthode

Methods for \Zend_Paginator_Adapter_Interface
public count ( )

current() public méthode

public current ( )

getAssets() public méthode

public getAssets ( ) : array
Résultat array

getItems() public méthode

public getItems ( $offset, $itemCountPerPage )

getPaginatorAdapter() public méthode

public getPaginatorAdapter ( )

isValidOrderKey() public méthode

Test if the passed key is valid
public isValidOrderKey ( string $key ) : boolean
$key string
Résultat boolean

key() public méthode

public key ( )

next() public méthode

public next ( )

rewind() public méthode

Methods for Iterator
public rewind ( )

setAssets() public méthode

public setAssets ( string $assets )
$assets string

valid() public méthode

public valid ( )

Property Details

$assets public_oe property

List of assets
public array $assets
Résultat array

$validOrderKeys public_oe property

List of valid order keys
public array $validOrderKeys
Résultat array