PHP Interface Sulu\Bundle\WebsiteBundle\Resolver\ParameterResolverInterface

Mostrar archivo Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
resolve ( array $parameter, Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface $requestAnalyzer = null, Sulu\Component\Content\Compat\StructureInterface $structure = null, boolean $preview = false ) : mixed Resolves parameter for website controller.

Method Details

resolve() public method

Resolves parameter for website controller.
public resolve ( array $parameter, Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface $requestAnalyzer = null, Sulu\Component\Content\Compat\StructureInterface $structure = null, boolean $preview = false ) : mixed
$parameter array
$requestAnalyzer Sulu\Component\Webspace\Analyzer\RequestAnalyzerInterface
$structure Sulu\Component\Content\Compat\StructureInterface
$preview boolean
return mixed