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