PHP Class Pimcore\Model\Document\Listing\Dao

Inheritance: extends Pimcore\Model\Listing\Dao\AbstractDao
Datei anzeigen Open project: pimcore/pimcore

Protected Properties

Property Type Description
$onCreateQueryCallback function

Public Methods

Method Description
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 )

Method Details

getCount() public method

public getCount ( )

getQuery() public method

public getQuery ( $columns )

getTotalCount() public method

public getTotalCount ( )

load() public method

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

loadIdList() public method

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

loadIdPathList() public method

public loadIdPathList ( )

onCreateQuery() public method

public onCreateQuery ( callable $callback )
$callback callable

Property Details

$onCreateQueryCallback protected_oe property

function
protected $onCreateQueryCallback