PHP Класс Aimeos\ShopBundle\Service\Page

Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

getSections() публичный Метод

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
Результат array Associative list with body and header output separated by client name