You are here

class Sibling in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Tests/Fixtures/SiblingHolder.php \Symfony\Component\Serializer\Tests\Fixtures\Sibling

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

Hierarchy

  • class \Symfony\Component\Serializer\Tests\Fixtures\Sibling

Expanded class hierarchy of Sibling

File

vendor/symfony/serializer/Tests/Fixtures/SiblingHolder.php, line 51

Namespace

Symfony\Component\Serializer\Tests\Fixtures
View source
class Sibling {
  public function getCoopTilleuls() {
    return 'Les-Tilleuls.coop';
  }

}

Members