GroupSequenceProvider.php
Namespace
Symfony\Component\Validator\ConstraintsFile
-
vendor/
symfony/ validator/ Constraints/ GroupSequenceProvider.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\Constraints;
use Symfony\Component\Validator\Attribute\HasNamedArguments;
/**
* Attribute to define a group sequence provider.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*/
class GroupSequenceProvider {
public function __construct(?string $provider = null) {
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
GroupSequenceProvider | Attribute to define a group sequence provider. |