PHP Class Pimcore\Model\Search\Backend\Data\Listing\Dao

Inheritance: extends Pimcore\Model\Listing\Dao\AbstractDao
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Méthode Description
getCount ( ) : integer | string
getTotalCount ( ) : string
load ( ) : array Loads a list of entries for the specicifies parameters, returns an array of Search\Backend\Data

Méthodes protégées

Méthode Description
getCondition ( ) : string

Method Details

getCondition() protected méthode

protected getCondition ( ) : string
Résultat string

getCount() public méthode

public getCount ( ) : integer | string
Résultat integer | string

getTotalCount() public méthode

public getTotalCount ( ) : string
Résultat string

load() public méthode

Loads a list of entries for the specicifies parameters, returns an array of Search\Backend\Data
public load ( ) : array
Résultat array