You are here

public function SerializedClass::getBaz in Plug 7

Return value

mixed|string

File

lib/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;
}