You are here

public function PropertyCircularReferenceDummy::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php \Symfony\Component\Serializer\Tests\Fixtures\PropertyCircularReferenceDummy::__construct()

File

vendor/symfony/serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php, line 21

Class

PropertyCircularReferenceDummy
@author Kévin Dunglas <dunglas@gmail.com>

Namespace

Symfony\Component\Serializer\Tests\Fixtures

Code

public function __construct() {
  $this->me = $this;
}