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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$onCreateQueryCallback function

공개 메소드들

메소드 설명
getCount ( )
getQuery ( $columns )
getTotalCount ( )
load ( ) : array Get the assets from database
loadIdList ( ) : array Loads a list of document IDs for the specified parameters, returns an array of ids
onCreateQuery ( callable $callback )

메소드 상세

getCount() 공개 메소드

public getCount ( )

getQuery() 공개 메소드

public getQuery ( $columns )

getTotalCount() 공개 메소드

public getTotalCount ( )

load() 공개 메소드

Get the assets from database
public load ( ) : array
리턴 array

loadIdList() 공개 메소드

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

onCreateQuery() 공개 메소드

public onCreateQuery ( callable $callback )
$callback callable

프로퍼티 상세

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

function
protected $onCreateQueryCallback