You are here

public function SerializedClass::setBar in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SerializedClass.php \Doctrine\Tests\Common\Proxy\SerializedClass::setBar()

Parameters

$bar:

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SerializedClass.php, line 44

Class

SerializedClass
Test asset class

Namespace

Doctrine\Tests\Common\Proxy

Code

public function setBar($bar) {
  $this->bar = $bar;
}