public function SerializedClass::setBaz in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SerializedClass.php \Doctrine\Tests\Common\Proxy\SerializedClass::setBaz()
Parameters
$baz:
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ SerializedClass.php, line 60
Class
- SerializedClass
- Test asset class
Namespace
Doctrine\Tests\Common\ProxyCode
public function setBaz($baz) {
$this->baz = $baz;
}