You are here

public function Entity::setLastName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Fixtures/Entity.php \Symfony\Component\Validator\Tests\Fixtures\Entity::setLastName()

File

vendor/symfony/validator/Tests/Fixtures/Entity.php, line 53

Class

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

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function setLastName($lastName) {
  $this->lastName = $lastName;
}