PHP Class Pimcore\Model\Object\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
$objectTypes array
$objects array
$unpublished boolean
$validOrderKeys array

Méthodes publiques

Méthode Description
addConditionParam ( $key, null $value = null, string $concatenator = 'AND' )
count ( ) : integer
current ( ) : mixed
getItems ( integer $offset, integer $itemCountPerPage ) : array
getObjectTypes ( ) : array
getObjects ( ) : array
getPaginatorAdapter ( ) : Listing | Zend_Paginator_Adapter_Interface
getUnpublished ( ) : boolean
isValidOrderKey ( string $key ) : boolean
key ( ) : mixed
next ( ) : mixed | void
resetConditionParams ( )
rewind ( )
setCondition ( $condition, null $conditionVariables = null )
setGroupBy ( $groupBy, boolean $qoute = true )
setObjectTypes ( $objectTypes )
setObjects ( string $objects )
setUnpublished ( $unpublished ) : boolean
valid ( ) : boolean

Method Details

addConditionParam() public méthode

public addConditionParam ( $key, null $value = null, string $concatenator = 'AND' )
$key
$value null
$concatenator string

count() public méthode

public count ( ) : integer
Résultat integer

current() public méthode

public current ( ) : mixed
Résultat mixed

getItems() public méthode

public getItems ( integer $offset, integer $itemCountPerPage ) : array
$offset integer
$itemCountPerPage integer
Résultat array

getObjectTypes() public méthode

public getObjectTypes ( ) : array
Résultat array

getObjects() public méthode

public getObjects ( ) : array
Résultat array

getPaginatorAdapter() public méthode

public getPaginatorAdapter ( ) : Listing | Zend_Paginator_Adapter_Interface
Résultat Listing | Zend_Paginator_Adapter_Interface

getUnpublished() public méthode

public getUnpublished ( ) : boolean
Résultat boolean

isValidOrderKey() public méthode

public isValidOrderKey ( string $key ) : boolean
$key string
Résultat boolean

key() public méthode

public key ( ) : mixed
Résultat mixed

next() public méthode

public next ( ) : mixed | void
Résultat mixed | void

resetConditionParams() public méthode

rewind() public méthode

public rewind ( )

setCondition() public méthode

public setCondition ( $condition, null $conditionVariables = null )
$condition
$conditionVariables null

setGroupBy() public méthode

public setGroupBy ( $groupBy, boolean $qoute = true )
$groupBy
$qoute boolean

setObjectTypes() public méthode

public setObjectTypes ( $objectTypes )
$objectTypes

setObjects() public méthode

public setObjects ( string $objects )
$objects string

setUnpublished() public méthode

public setUnpublished ( $unpublished ) : boolean
Résultat boolean

valid() public méthode

public valid ( ) : boolean
Résultat boolean

Property Details

$objectTypes public_oe property

public array $objectTypes
Résultat array

$objects public_oe property

public array $objects
Résultat array

$unpublished public_oe property

public bool $unpublished
Résultat boolean

$validOrderKeys public_oe property

public array $validOrderKeys
Résultat array