PHP 클래스 Pimcore\Model\Search\Backend\Data\Listing\Dao

상속: extends Pimcore\Model\Listing\Dao\AbstractDao
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
getCount ( ) : integer | string
getTotalCount ( ) : string
load ( ) : array Loads a list of entries for the specicifies parameters, returns an array of Search\Backend\Data

보호된 메소드들

메소드 설명
getCondition ( ) : string

메소드 상세

getCondition() 보호된 메소드

protected getCondition ( ) : string
리턴 string

getCount() 공개 메소드

public getCount ( ) : integer | string
리턴 integer | string

getTotalCount() 공개 메소드

public getTotalCount ( ) : string
리턴 string

load() 공개 메소드

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