You are here

BlackholeMetadataFactory.php in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php
View source
<?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 Symfony\Component\Validator\Mapping;


/**
 * Alias of {@link Factory\BlackHoleMetadataFactory}.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 *
 * @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
 *             Use {@link Factory\BlackHoleMetadataFactory} instead.
 */
class BlackholeMetadataFactory extends \Symfony\Component\Validator\Mapping\Factory\BlackHoleMetadataFactory {

}

Classes

Namesort descending Description
BlackholeMetadataFactory Deprecated Alias of {@link Factory\BlackHoleMetadataFactory}.