PHP 인터페이스 WellCommerce\Bundle\LayoutBundle\Configurator\LayoutBoxConfiguratorInterface

저자: Adam Piotrowski ([email protected])
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
addFormFields ( WellCommerce\Component\Form\FormBuilderInterface $builder, WellCommerce\Component\Form\Elements\FormInterface $form, object $resource ) : mixed Adds form fields required to configure the layout box
getControllerService ( ) : string Returns box controller service name
getType ( ) : string Returns configurator type

메소드 상세

addFormFields() 공개 메소드

Adds form fields required to configure the layout box
public addFormFields ( WellCommerce\Component\Form\FormBuilderInterface $builder, WellCommerce\Component\Form\Elements\FormInterface $form, object $resource ) : mixed
$builder WellCommerce\Component\Form\FormBuilderInterface
$form WellCommerce\Component\Form\Elements\FormInterface
$resource object
리턴 mixed

getControllerService() 공개 메소드

Returns box controller service name
public getControllerService ( ) : string
리턴 string

getType() 공개 메소드

Returns configurator type
public getType ( ) : string
리턴 string