You are here

public function Reference::getPrivateValue in Zircon Profile 8

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

File

vendor/symfony/validator/Tests/Fixtures/Reference.php, line 25

Class

Reference

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function getPrivateValue() {
  return $this->privateValue;
}