You are here

public function GroupSequenceProviderEntity::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Fixtures/GroupSequenceProviderEntity.php \Symfony\Component\Validator\Tests\Fixtures\GroupSequenceProviderEntity::__construct()

File

vendor/symfony/validator/Tests/Fixtures/GroupSequenceProviderEntity.php, line 27

Class

GroupSequenceProviderEntity
@Assert\GroupSequenceProvider

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function __construct($sequence) {
  $this->sequence = $sequence;
}