public function SerializedClass::getBar in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SerializedClass.php \Doctrine\Tests\Common\Proxy\SerializedClass::getBar()
Return value
mixed|string
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ SerializedClass.php, line 52
Class
- SerializedClass
- Test asset class
Namespace
Doctrine\Tests\Common\ProxyCode
public function getBar() {
return $this->bar;
}