PHP 클래스 Aimeos\ShopBundle\Service\I18n

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

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\Container $container ) Initializes the context manager object
get ( array $languageIds ) : Aimeos\MW\Translation\Interface[] Creates new translation objects.

메소드 상세

__construct() 공개 메소드

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

get() 공개 메소드

Creates new translation objects.
public get ( array $languageIds ) : Aimeos\MW\Translation\Interface[]
$languageIds array List of two letter ISO language IDs
리턴 Aimeos\MW\Translation\Interface[] List of translation objects