PHP Class Pimcore\Model\Redirect\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

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

Public Methods

Method Description
getRedirects ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setRedirects ( array $redirects )

Method Details

getRedirects() public method

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

setRedirects() public method

public setRedirects ( array $redirects )
$redirects array

Property Details

$redirects public property

Contains the results of the list. They are all an instance of Staticroute
public array $redirects
return array