PHP Class Aimeos\ShopBundle\Service\Config

Afficher le fichier Open project: aimeos/aimeos-symfony2

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\DependencyInjection\Container $container ) Initializes the object
get ( string $type = 'frontend' ) : Aimeos\MW\Config\Iface Returns the config object

Method Details

__construct() public méthode

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

get() public méthode

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