You are here

public function Reference::setPrivateValue 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::setPrivateValue()

File

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

Class

Reference

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function setPrivateValue($privateValue) {
  $this->privateValue = $privateValue;
}