Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Sulu
Bundle
WebsiteBundle
Resolver
StructureResolverInterface
PHP Interface Sulu\Bundle\WebsiteBundle\Resolver\StructureResolverInterface
Mostra file
Open project: sulu/sulu
Interface Usage Examples
Public Methods
Method
Description
resolve
(
Sulu\Component\Content\Compat\StructureInterface
$structure
) :
array
This method receives a structure, and should return an array for the template.
Method Details
resolve()
public
method
This method receives a structure, and should return an array for the template.
public
resolve
(
Sulu\Component\Content\Compat\StructureInterface
$structure
) :
array
$structure
Sulu\Component\Content\Compat\StructureInterface
The structure to resolve
return
array