PHP 클래스 Aimeos\Shop\Base\Locale

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

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Config\Repository $config ) Initializes the object
get ( Aimeos\MShop\Context\Item\Iface $context ) : Aimeos\MShop\Locale\Item\Iface Returns the locale item for the current request
getBackend ( Aimeos\MShop\Context\Item\Iface $context, string $site ) : Aimeos\MShop\Locale\Item\Iface Returns the locale item for the current request

메소드 상세

__construct() 공개 메소드

Initializes the object
public __construct ( Illuminate\Contracts\Config\Repository $config )
$config Illuminate\Contracts\Config\Repository Configuration object

get() 공개 메소드

Returns the locale item for the current request
public get ( Aimeos\MShop\Context\Item\Iface $context ) : Aimeos\MShop\Locale\Item\Iface
$context Aimeos\MShop\Context\Item\Iface Context object
리턴 Aimeos\MShop\Locale\Item\Iface Locale item object

getBackend() 공개 메소드

Returns the locale item for the current request
public getBackend ( Aimeos\MShop\Context\Item\Iface $context, string $site ) : Aimeos\MShop\Locale\Item\Iface
$context Aimeos\MShop\Context\Item\Iface Context object
$site string Unique site code
리턴 Aimeos\MShop\Locale\Item\Iface Locale item object