* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Form; use Symfony\Component\OptionsResolver\OptionsResolver; /** * @author Bernhard Schussek */ interface FormTypeExtensionInterface { /** * Builds the form. * * This method is called after the extended type has built the form to * further modify it. * * @see FormTypeInterface::buildForm() */ public function buildForm(FormBuilderInterface $builder, array $options); /** * Builds the view. * * This method is called after the extended type has built the view to * further modify it. * * @see FormTypeInterface::buildView() */ public function buildView(FormView $view, FormInterface $form, array $options); /** * Finishes the view. * * This method is called after the extended type has finished the view to * further modify it. * * @see FormTypeInterface::finishView() */ public function finishView(FormView $view, FormInterface $form, array $options); /** * Configures the options for this type. * * @param OptionsResolver $resolver The resolver for the options */ public function configureOptions(OptionsResolver $resolver); /** * Returns the name of the type being extended. * * @return string The name of the type being extended */ public function getExtendedType(); } __halt_compiler();----SIGNATURE:----Jvv6vmD2KfktwpA/13ZYZQNEJscmnFgJLWNZavsqLzuwxC22cpX/wrjgpvKMbkYyquozJ8bex6cMwN47bmSdJPl3jVWyGrok6Asxj4uvKEjVXbm/LCVik8gvBcvkyGOWvZnH5ULi7UX6lwzab/6Va9cxpWR6D2NgMML2fZrn/pyb0fc1Vz1Pjv9r/GMHZs3mJMtV+hmClTrcb7m+1ZBKsf9eR2bN0x2XP0y6BL03oNh8Hxf3vGZV28QJ9Mg6xh12OlJHGs9B9SJ/I07N5OwRn1H2OdT4DPD2TrYFdvWvsLceolaTNA5HAIbKdB8XQ8HbDL0g2jjKbl0mr9fs8V1NYNltpbdB9xPKD0U+N90F7W1M6B7DVRbREPD28rsG6/tuunpxa4QE7bRG/omQfQ1bhVgeXVEiM6zPre3GfZV1Y6iW/YqtMsA0OBPnFzcpsQ729Wpx6mGd7MpuIJq49D67rmh1p+UmkKaCN7/t3qO8uvJPdM5TlJXSO45Pwuo4fBgJ4N2NvP2W+yhHkyTbLAZV0gpsH/a4KHw1+rNGKU0c5Kdr7YLKkUMFq36NRfLklUl7XNZAj/OX4ayr0J0q4Mlp2X489S0c8VrLhUN2iOWIiWuvi77yMu0vBelO36Kpz8StpvkgvF1oEhlgUqMrDK5fWs0tvBQuva5tTSA3d4Urb+w=----ATTACHMENT:----NjE4NDY4MDk1OTQ1MzU5OSA4MDY5Mjg2MDY4NzE0ODQ3IDYyNjkxNDU0MDEzNjE5OTI=