PHP Класс Pimcore\Model\Redirect\Listing

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

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

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

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

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

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

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

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

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

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

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

public setRedirects ( array $redirects )
$redirects array

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

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

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