public function SerializedClass::getBaz 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::getBaz()
Return value
mixed|string
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ SerializedClass.php, line 68
Class
- SerializedClass
- Test asset class
Namespace
Doctrine\Tests\Common\ProxyCode
public function getBaz() {
return $this->baz;
}