PHP Class Pimcore\Model\Glossary\Listing

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

Méthodes publiques

Свойство Type Description
$glossary array Contains the results of the list. They are all an instance of Glossary

Méthodes publiques

Méthode Description
getGlossary ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setGlossary ( $glossary )

Method Details

getGlossary() public méthode

public getGlossary ( ) : array
Résultat array

isValidOrderKey() public méthode

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
Résultat boolean

setGlossary() public méthode

public setGlossary ( $glossary )
$glossary

Property Details

$glossary public_oe property

Contains the results of the list. They are all an instance of Glossary
public array $glossary
Résultat array