You are here

public function GroupDummyParent::getCoopTilleuls in Zircon Profile 8

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

Plugin annotation


@Groups({"a", "b"})

File

vendor/symfony/serializer/Tests/Fixtures/GroupDummyParent.php, line 45

Class

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

Namespace

Symfony\Component\Serializer\Tests\Fixtures

Code

public function getCoopTilleuls() {
  return $this->coopTilleuls;
}