You are here

public function Entity::hasPermissions in Plug 7

@Assert\IsTrue

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Fixtures/Entity.php, line 77

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 hasPermissions() {
  return 'permissions';
}