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. |
public __construct ( Symfony\Component\DependencyInjection\Container $container ) | ||
$container | Symfony\Component\DependencyInjection\Container | Container object to access parameters |
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 |