You are here

public function SerializedClass::getBaz in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Proxy

Code

public function getBaz() {
  return $this->baz;
}