Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Pimcore
Model
Staticroute
Listing
PHP Class Pimcore\Model\Staticroute\Listing
Inheritance:
extends
Pimcore\Model\Listing\AbstractListing
Show 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 property
Contains the results of the list. They are all an instance of Staticroute
public
array
$routes
return
array