PHP Class Sonata\BasketBundle\Twig\GlobalVariables

Show file Open project: sonata-project/ecommerce

Protected Properties

Property Type Description
$container

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
getBasket ( )
getCustomer ( )

Method Details

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

getBasket() public method

public getBasket ( )

getCustomer() public method

public getCustomer ( )

Property Details

$container protected property

protected $container