PHP 클래스 Sylius\Bundle\AddressingBundle\Controller\ProvinceController

저자: Paweł Jędrzejewski ([email protected])
상속: extends Sylius\Bundle\ResourceBundle\Controller\ResourceController
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
choiceOrTextFieldFormAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse

보호된 메소드들

메소드 설명
createProvinceChoiceForm ( Sylius\Component\Addressing\Model\CountryInterface $country ) : Symfony\Component\Form\FormInterface
createProvinceTextForm ( ) : Symfony\Component\Form\FormInterface

메소드 상세

choiceOrTextFieldFormAction() 공개 메소드

public choiceOrTextFieldFormAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Component\HttpFoundation\JsonResponse

createProvinceChoiceForm() 보호된 메소드

protected createProvinceChoiceForm ( Sylius\Component\Addressing\Model\CountryInterface $country ) : Symfony\Component\Form\FormInterface
$country Sylius\Component\Addressing\Model\CountryInterface
리턴 Symfony\Component\Form\FormInterface

createProvinceTextForm() 보호된 메소드

protected createProvinceTextForm ( ) : Symfony\Component\Form\FormInterface
리턴 Symfony\Component\Form\FormInterface