* * 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:----Q4/CmAoj1M1THzi/VDa531viTMmmUEF66rK6VmICOg59sIMGVa4PVQP+murZm5+F6ZF5lu08Mjy8Sm60d2d7qT5BkcVJqTxWZO0/hjiy1jVy4+4rIidWRYLVakV/iHK8hyXQphjJM4HPFcLPiwgsGQibgj5H4TwKL06srlbJzE9yrTQEETPb8epGyjG//n8uaQQzXw3noXHv7hJM+UCZr961OV1IPhroHyH3jRmU5U5FRbK9SCRapVBTuTXdAV//EP6PfdRiyLSOelBeSBLKOFTK0g7CG4QHPFOo1KIMbbddJADAL9uUZCKf3SyIbm6baamzP7PoHsSY1NXEuF/RjL4cEmjh++O++g4Yp6FD3pvUhtX+qEW4L8x9tqmKEGSIv6EL3ddwbHkBJdkdD1+IOMmQBWFayCdAMF/6uSevHNyv9esTG6GU1urgI48xMqQvzTFY5iVLyAPUrZFDnbhRYz5sDZkPEZ4zFgqMg9okqqO03GX19AGPPRWXKnUVbfmZEeqOzi2fZ6UC9lMJmUebZzuZejljyGRjqSqtEgggNUG3k0lZRqyvMzG4gV8fxWfa+2Mbfw+KTNPEPg+aj3R5zZFF1JJBsjIgx3KuthzIAHwSx/Whr0cNQ78sHAsEpzKbKkQTpNwx+PEuhfeRU1da/DSnevYoQogb1op/E8L53kk=----ATTACHMENT:----Mzk3MTg2ODg2NzcwMDIwOCA0ODUwOTUwMDAwMjA2NzA4IDE1MDM1NDMxNDUzNzExMTQ=