public function Entity::getInternal

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/Entity.php, line 44

Class

Entity
@Symfony\Component\Validator\Tests\Fixtures\ConstraintA @Assert\GroupSequence({"Foo", "Entity"})

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function getInternal() {
  return $this->internal . ' from getter';
}