PHP 클래스 Pimcore\Model\Document\Listing\Dao

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

보호된 프로퍼티들

프로퍼티 타입 설명
$onCreateQueryCallback function

공개 메소드들

메소드 설명
getCount ( )
getQuery ( $columns )
getTotalCount ( )
load ( ) : array Loads a list of objects (all are an instance of Document) for the given parameters an return them
loadIdList ( ) : array Loads a list of document ids for the specicifies parameters, returns an array of ids
loadIdPathList ( )
onCreateQuery ( callable $callback )

메소드 상세

getCount() 공개 메소드

public getCount ( )

getQuery() 공개 메소드

public getQuery ( $columns )

getTotalCount() 공개 메소드

public getTotalCount ( )

load() 공개 메소드

Loads a list of objects (all are an instance of Document) for the given parameters an return them
public load ( ) : array
리턴 array

loadIdList() 공개 메소드

Loads a list of document ids for the specicifies parameters, returns an array of ids
public loadIdList ( ) : array
리턴 array

loadIdPathList() 공개 메소드

public loadIdPathList ( )

onCreateQuery() 공개 메소드

public onCreateQuery ( callable $callback )
$callback callable

프로퍼티 상세

$onCreateQueryCallback 보호되어 있는 프로퍼티

function
protected $onCreateQueryCallback