PHP Class Pimcore\Model\Staticroute\Listing

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

Public Properties

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

Public Methods

Method Description
getRoutes ( ) : array
setRoutes ( array $routes )

Method Details

getRoutes() public method

public getRoutes ( ) : array
return array

setRoutes() public method

public setRoutes ( array $routes )
$routes array

Property Details

$routes public_oe property

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