You are here

class ComparisonTest_Class in Plug 7

Hierarchy

Expanded class hierarchy of ComparisonTest_Class

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php, line 17

Namespace

Symfony\Component\Validator\Tests\Constraints
View source
class ComparisonTest_Class {
  protected $value;
  public function __construct($value) {
    $this->value = $value;
  }
  public function __toString() {
    return (string) $this->value;
  }

}

Members