PHP Class Aimeos\ShopBundle\Service\Page

Show file Open project: aimeos/aimeos-symfony2

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\Container $container ) Initializes the page object
getSections ( string $pageName ) : array Returns the body and header sections created by the clients configured for the given page name.

Method Details

__construct() public method

Initializes the page object
public __construct ( Symfony\Component\DependencyInjection\Container $container )
$container Symfony\Component\DependencyInjection\Container Container object to access parameters

getSections() public method

Returns the body and header sections created by the clients configured for the given page name.
public getSections ( string $pageName ) : array
$pageName string Name of the configured page
return array Associative list with body and header output separated by client name