You are here

public function SerializedClass::getFoo in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SerializedClass.php \Doctrine\Tests\Common\Proxy\SerializedClass::getFoo()

Return value

mixed|string

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/SerializedClass.php, line 36

Class

SerializedClass
Test asset class

Namespace

Doctrine\Tests\Common\Proxy

Code

public function getFoo() {
  return $this->foo;
}