PHP 클래스 Aimeos\ShopBundle\Service\Config

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

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\Container $container ) Initializes the object
get ( string $type = 'frontend' ) : Aimeos\MW\Config\Iface Returns the config object

메소드 상세

__construct() 공개 메소드

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

get() 공개 메소드

Returns the config object
public get ( string $type = 'frontend' ) : Aimeos\MW\Config\Iface
$type string Configuration type ("frontend" or "backend")
리턴 Aimeos\MW\Config\Iface Config object