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

상속: extends Pimcore\Model\Listing\Dao\AbstractDao
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$onCreateQueryCallback function

공개 메소드들

메소드 설명
getCount ( ) : integer
getQuery ( ) : Zend_Db_Select get select query
getTotalCount ( ) : integer
load ( ) : array Loads a list of objects for the specicifies parameters, returns an array of Object\AbstractObject elements
loadIdList ( ) : array Loads a list of document ids for the specicifies parameters, returns an array of ids
onCreateQuery ( callable $callback )
reset ( )

보호된 메소드들

메소드 설명
addConditions ( Zend_DB_Select $select )
addJoins ( Zend_DB_Select $select )

메소드 상세

addConditions() 보호된 메소드

protected addConditions ( Zend_DB_Select $select )
$select Zend_DB_Select

addJoins() 보호된 메소드

protected addJoins ( Zend_DB_Select $select )
$select Zend_DB_Select

getCount() 공개 메소드

public getCount ( ) : integer
리턴 integer

getQuery() 공개 메소드

get select query
public getQuery ( ) : Zend_Db_Select
리턴 Zend_Db_Select

getTotalCount() 공개 메소드

public getTotalCount ( ) : integer
리턴 integer

load() 공개 메소드

Loads a list of objects for the specicifies parameters, returns an array of Object\AbstractObject elements
public load ( ) : array
리턴 array

loadIdList() 공개 메소드

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

onCreateQuery() 공개 메소드

public onCreateQuery ( callable $callback )
$callback callable Callable

reset() 공개 메소드

public reset ( )

프로퍼티 상세

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

function
protected $onCreateQueryCallback