PHP Class Pimcore\Model\Asset\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 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 )

Method Details

getCount() public method

public getCount ( )

getQuery() public method

public getQuery ( $columns )

getTotalCount() public method

public getTotalCount ( )

load() public method

Get the assets from database
public load ( ) : array
return array

loadIdList() public method

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

onCreateQuery() public method

public onCreateQuery ( callable $callback )
$callback callable

Property Details

$onCreateQueryCallback protected_oe property

function
protected $onCreateQueryCallback