public function Entity::__construct

Same name in this branch

File

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

Class

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

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

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