Your IP : 216.73.217.117


Current Path : /var/www/v3.cesa.co.za/src/ContentBundle/Form/Type/
Upload File :
Current File : /var/www/v3.cesa.co.za/src/ContentBundle/Form/Type/FormCompletedEditType.php

<?php

namespace App\ContentBundle\Form\Type;

use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;

class FormCompletedEditType extends FormCompletedType {

    public function getName() {
        return 'iga_contentbundle_formcompletedtype_edit';
    }
}