public function GetConstructorDummy::__construct

File

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

Class

GetConstructorDummy

Namespace

Symfony\Component\Serializer\Tests\Normalizer

Code

public function __construct($foo, $bar) {
  $this->foo = $foo;
  $this->bar = $bar;
}