PHP 클래스 Aimeos\Shop\Base\Page

파일 보기 프로젝트 열기: aimeos/aimeos-laravel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Config\Repository $config, Aimeos\Shop\Base\Aimeos $aimeos, Context $context, Locale $locale, View $view ) Initializes the object
getSections ( string $pageName ) : array Returns the body and header sections created by the clients configured for the given page name.

메소드 상세

__construct() 공개 메소드

Initializes the object
public __construct ( Illuminate\Contracts\Config\Repository $config, Aimeos\Shop\Base\Aimeos $aimeos, Context $context, Locale $locale, View $view )
$config Illuminate\Contracts\Config\Repository Configuration object
$aimeos Aimeos\Shop\Base\Aimeos Aimeos object
$context Context Context object
$locale Locale Locale object
$view View View object

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