PHP Класс Pimcore\Model\Element\Note\Listing

Наследование: extends Pimcore\Model\Listing\AbstractListing
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$notes array Contains the results of the list. They are all an instance of Staticroute

Открытые методы

Метод Описание
getNotes ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setNotes ( $notes )

Описание методов

getNotes() публичный Метод

public getNotes ( ) : array
Результат array

isValidOrderKey() публичный Метод

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
Результат boolean

setNotes() публичный Метод

public setNotes ( $notes )
$notes

Описание свойств

$notes публичное свойство

Contains the results of the list. They are all an instance of Staticroute
public array $notes
Результат array