PHP Class Pimcore\Model\Object\Listing\Dao

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

Protected Properties

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

Méthodes publiques

Méthode Description
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 ( )

Méthodes protégées

Méthode Description
addConditions ( Zend_DB_Select $select )
addJoins ( Zend_DB_Select $select )

Method Details

addConditions() protected méthode

protected addConditions ( Zend_DB_Select $select )
$select Zend_DB_Select

addJoins() protected méthode

protected addJoins ( Zend_DB_Select $select )
$select Zend_DB_Select

getCount() public méthode

public getCount ( ) : integer
Résultat integer

getQuery() public méthode

get select query
public getQuery ( ) : Zend_Db_Select
Résultat Zend_Db_Select

getTotalCount() public méthode

public getTotalCount ( ) : integer
Résultat integer

load() public méthode

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

loadIdList() public méthode

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

onCreateQuery() public méthode

public onCreateQuery ( callable $callback )
$callback callable Callable

reset() public méthode

public reset ( )

Property Details

$onCreateQueryCallback protected_oe property

function
protected $onCreateQueryCallback