Вход Регистрация
Файл: symfony-2.7/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php
Строк: 40
<?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 
FooTypeBarExtension extends AbstractTypeExtension
{
    public function 
buildForm(FormBuilderInterface $builder, array $options)
    {
        
$builder->setAttribute('bar''x');
    }

    public function 
getAllowedOptionValues()
    {
        return array(
            
'a_or_b' => array('c'),
        );
    }

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