PHP 클래스 Elcodi\Store\GeoBundle\Controller\LocationController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller, use trait Elcodi\Store\CoreBundle\Controller\Traits\TemplateRenderTrait
파일 보기 프로젝트 열기: elcodi/bamboo

보호된 프로퍼티들

프로퍼티 타입 설명
$maxLocationType string This is the max location type that we allow to select.

공개 메소드들

메소드 설명
showCitySelectorAction ( string $locationId ) : Response Show the city selectors

메소드 상세

showCitySelectorAction() 공개 메소드

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

프로퍼티 상세

$maxLocationType 보호되어 있는 프로퍼티

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