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

Inheritance: extends Pimcore\Model\Listing\Dao\AbstractDao
Show file Open project: pimcore/pimcore

Public Methods

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

Protected Methods

Method Description
getCondition ( ) : string

Method Details

getCondition() protected method

protected getCondition ( ) : string
return string

getCount() public method

public getCount ( ) : integer | string
return integer | string

getTotalCount() public method

public getTotalCount ( ) : string
return string

load() public method

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