PHP Class Ojs\CoreBundle\Form\Type\ExtendedEntityType

Inheritance: extends Symfony\Component\Form\AbstractType
Mostra file Open project: ojs/ojs

Public Methods

Method Description
__construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
finishView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
getName ( ) : string Returns the name of this type.
getParent ( ) : string

Method Details

__construct() public method

public __construct ( Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor )
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccessorInterface

configureOptions() public method

public configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

finishView() public method

public finishView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
$view Symfony\Component\Form\FormView
$form Symfony\Component\Form\FormInterface
$options array

getName() public method

Returns the name of this type.
public getName ( ) : string
return string The name of this type

getParent() public method

public getParent ( ) : string
return string