public function GetConstructorDummy::getFoo

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php, line 206

Class

GetConstructorDummy

Namespace

Symfony\Component\Serializer\Tests\Normalizer

Code

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