PHP Class Pimcore\Model\Site\Listing

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

Public Properties

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

Public Methods

Method Description
getSites ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setSites ( array $sites )

Method Details

getSites() public method

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

setSites() public method

public setSites ( array $sites )
$sites array

Property Details

$sites public property

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