Вход Регистрация
Файл: symfony-2.7/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php
Строк: 36
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace SymfonyComponentFormTestsFixtures;

use 
SymfonyComponentFormAbstractTypeExtension;
use 
SymfonyComponentFormFormBuilderInterface;

class 
FooTypeBazExtension extends AbstractTypeExtension
{
    public function 
buildForm(FormBuilderInterface $builder, array $options)
    {
        
$builder->setAttribute('baz''x');
    }

    public function 
getExtendedType()
    {
        return 
'foo';
    }
}
Онлайн: 0
Реклама