public function GetSetDummy::getFoo

File

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

Class

GetSetDummy

Namespace

Symfony\Component\Serializer\Tests\Normalizer

Code

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