PHP Класс Aimeos\ShopBundle\Service\Config

Показать файл Открыть проект

Открытые методы

Метод Описание
__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