You are here

public function ComparisonTest_Class::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php \Symfony\Component\Validator\Tests\Constraints\ComparisonTest_Class::__construct()

File

vendor/symfony/validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php, line 21

Class

ComparisonTest_Class

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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