PHP Class Pimcore\Model\Asset\Listing\Dao

Inheritance: extends Pimcore\Model\Listing\Dao\AbstractDao
Afficher le fichier Open project: pimcore/pimcore

Protected Properties

Свойство Type Description
$onCreateQueryCallback function

Méthodes publiques

Méthode 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 méthode

public getCount ( )

getQuery() public méthode

public getQuery ( $columns )

getTotalCount() public méthode

public getTotalCount ( )

load() public méthode

Get the assets from database
public load ( ) : array
Résultat array

loadIdList() public méthode

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

onCreateQuery() public méthode

public onCreateQuery ( callable $callback )
$callback callable

Property Details

$onCreateQueryCallback protected_oe property

function
protected $onCreateQueryCallback