Вход Регистрация
Файл: symfony-2.7/src/Symfony/Component/Form/ResolvedFormTypeFactory.php
Строк: 31
<?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 SymfonyComponentForm;

/**
 * @author Bernhard Schussek <bschussek@gmail.com>
 */
class ResolvedFormTypeFactory implements ResolvedFormTypeFactoryInterface
{
    
/**
     * {@inheritdoc}
     */
    
public function createResolvedType(FormTypeInterface $type, array $typeExtensionsResolvedFormTypeInterface $parent null)
    {
        return new 
ResolvedFormType($type$typeExtensions$parent);
    }
}
Онлайн: 3
Реклама