PHP Класс Pimcore\Model\Document\Listing\Dao

Наследование: extends Pimcore\Model\Listing\Dao\AbstractDao
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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