PHP Class Pimcore\Model\Element\Note\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Exibir arquivo Open project: pimcore/pimcore Class Usage Examples

Public Properties

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

Public Methods

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

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

setNotes() public method

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
return array