PHP Class Pimcore\Model\Translation\AbstractTranslation\Listing

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

Méthodes publiques

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

Méthodes publiques

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

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

setTranslations() public méthode

public setTranslations ( array $translations )
$translations array

Property Details

$translations public_oe property

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