class ComparisonTest_Class in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php \Symfony\Component\Validator\Tests\Constraints\ComparisonTest_Class
Hierarchy
- class \Symfony\Component\Validator\Tests\Constraints\ComparisonTest_Class
Expanded class hierarchy of ComparisonTest_Class
File
- vendor/
symfony/ validator/ Tests/ Constraints/ AbstractComparisonValidatorTestCase.php, line 17
Namespace
Symfony\Component\Validator\Tests\ConstraintsView source
class ComparisonTest_Class {
protected $value;
public function __construct($value) {
$this->value = $value;
}
public function __toString() {
return (string) $this->value;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ComparisonTest_Class:: |
protected | property | ||
ComparisonTest_Class:: |
public | function | ||
ComparisonTest_Class:: |
public | function |