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

trigger_error('The '.__NAMESPACE__.'BlackholeMetadataFactory class is deprecated since version 2.5 and will be removed in 3.0. Use the SymfonyComponentValidatorMappingFactoryBlackHoleMetadataFactory class instead.'E_USER_DEPRECATED);

use 
SymfonyComponentValidatorMappingFactoryBlackHoleMetadataFactory as MappingBlackHoleMetadataFactory;

/**
 * Alias of {@link FactoryBlackHoleMetadataFactory}.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 *
 * @deprecated since version 2.5, to be removed in 3.0.
 *             Use {@link FactoryBlackHoleMetadataFactory} instead.
 */
class BlackholeMetadataFactory extends MappingBlackHoleMetadataFactory
{
}
Онлайн: 2
Реклама