PHP Class Sonata\Component\Form\Type\DeliveryChoiceType

Inheritance: extends Symfony\Component\Form\AbstractType
Show file Open project: sonata-project/ecommerce

Protected Properties

Property Type Description
$pool

Public Methods

Method Description
__construct ( Pool $pool )
getBlockPrefix ( )
getName ( )
getParent ( )
setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )

Method Details

__construct() public method

public __construct ( Pool $pool )
$pool Sonata\Component\Delivery\Pool

getBlockPrefix() public method

public getBlockPrefix ( )

getName() public method

public getName ( )

getParent() public method

public getParent ( )

setDefaultOptions() public method

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

Property Details

$pool protected property

protected $pool