PHP Class Elcodi\Admin\GeoBundle\Controller\LocationController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Show 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 property

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