PHP Class Elcodi\Store\GeoBundle\Controller\LocationController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller, use trait Elcodi\Store\CoreBundle\Controller\Traits\TemplateRenderTrait
Mostra file Open project: elcodi/bamboo

Protected Properties

Property Type Description
$maxLocationType string This is the max location type that we allow to select.

Public Methods

Method Description
showCitySelectorAction ( string $locationId ) : Response Show the city selectors

Method Details

showCitySelectorAction() public method

Show the city selectors
public showCitySelectorAction ( string $locationId ) : Response
$locationId string The location id
return Symfony\Component\HttpFoundation\Response

Property Details

$maxLocationType protected_oe property

This is the max location type that we allow to select.
protected string $maxLocationType
return string