PHP Class Pimcore\Model\Glossary\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$glossary array Contains the results of the list. They are all an instance of Glossary

Public Methods

Method 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 method

public getGlossary ( ) : array
return array

isValidOrderKey() public method

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

setGlossary() public method

public setGlossary ( $glossary )
$glossary

Property Details

$glossary public property

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