You are here

public function SerializedClass::getFoo in Plug 7

Return value

mixed|string

File

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