PHP 클래스 Aimeos\ShopBundle\Service\Page

파일 보기 프로젝트 열기: aimeos/aimeos-symfony2

공개 메소드들

메소드 설명
__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