PHP Class Pimcore\Model\Translation\AbstractTranslation\Listing

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

Public Properties

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

Public Methods

Method Description
getTranslations ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setTranslations ( array $translations )

Method Details

getTranslations() public method

public getTranslations ( ) : 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

setTranslations() public method

public setTranslations ( array $translations )
$translations array

Property Details

$translations public property

Contains the results of the list. They are all an instance of Staticroute
public array $translations
return array