PHP Class Sonata\Component\Currency\CurrencyFormType

Author: Hugo Briand ([email protected])
Inheritance: extends Symfony\Component\Form\Extension\Core\Type\CurrencyType
Show file Open project: sonata-project/ecommerce Class Usage Examples

Public Methods

Method Description
__construct ( CurrencyDataTransformer $currencyTransformer ) Constructor.
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
getBlockPrefix ( )
getName ( )
getParent ( )

Method Details

__construct() public method

Constructor.
public __construct ( CurrencyDataTransformer $currencyTransformer )
$currencyTransformer CurrencyDataTransformer

buildForm() public method

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

getBlockPrefix() public method

public getBlockPrefix ( )

getName() public method

public getName ( )

getParent() public method

public getParent ( )