public function GroupDummyParent::setKevin in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/serializer/Tests/Fixtures/GroupDummyParent.php \Symfony\Component\Serializer\Tests\Fixtures\GroupDummyParent::setKevin()
File
- vendor/
symfony/ serializer/ Tests/ Fixtures/ GroupDummyParent.php, line 27
Class
- GroupDummyParent
- @author Kévin Dunglas <dunglas@gmail.com>
Namespace
Symfony\Component\Serializer\Tests\FixturesCode
public function setKevin($kevin) {
$this->kevin = $kevin;
}