PHP Class Eccube\Form\Type\Front\CustomerAddressType

Inheritance: extends Symfony\Component\Form\AbstractType
Show file Open project: ec-cube/ec-cube

Public Properties

Property Type Description
$config

Public Methods

Method Description
__construct ( array $config )
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
getName ( )
setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )

Method Details

__construct() public method

public __construct ( array $config )
$config array

buildForm() public method

public buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
$builder Symfony\Component\Form\FormBuilderInterface
$options array

getName() public method

public getName ( )

setDefaultOptions() public method

public setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolverInterface

Property Details

$config public property

public $config