PHP Interface WellCommerce\Bundle\LayoutBundle\Renderer\LayoutBoxRendererInterface

Author: Adam Piotrowski ([email protected])
Datei anzeigen Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
render ( string $identifier, array $params ) : string Forwards request to box controller and returns rendered template

Method Details

render() public method

Forwards request to box controller and returns rendered template
public render ( string $identifier, array $params ) : string
$identifier string Box identifier
$params array Parameters to override
return string