PHP Class Pimcore\Model\Element\Note\Listing

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
getNotes ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setNotes ( $notes )

Method Details

getNotes() public méthode

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

setNotes() public méthode

public setNotes ( $notes )
$notes

Property Details

$notes public_oe property

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